Skip to content

Commit

Permalink
Test to latest (#154)
Browse files Browse the repository at this point in the history
* build latest (I think....)

* bump rust version
  • Loading branch information
fredclausen authored Oct 30, 2022
1 parent a72f677 commit 7f2e4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
# Temporarily changed:
# get_version_method: cargo_toml_file_in_repo:file=/Cargo.toml
# ...to...
build_latest: false
build_latest: true
build_version_specific: true
get_version_method: file_in_container:file=/IMAGE_VERSION
# This has been done to facilitate testing of the rust release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[workspace.package]
edition = "2021"
version = "1.0.15"
version = "1.0.16"
authors = ["Fred Clausen", "Mike Nye", "Alex Austin"]
description = "ACARS Router: A Utility to ingest ACARS/VDLM2 from many sources, process, and feed out to many consumers."
documentation = "https://github.com/sdr-enthusiasts/acars_router"
Expand Down

0 comments on commit 7f2e4cd

Please sign in to comment.