Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
* sameold: 0.3.0
* samedec: 0.3.0
  • Loading branch information
cbs228 committed Apr 23, 2023
1 parent c390c2c commit be9fbfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/samedec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "samedec"
description = "A SAME/EAS digital receiver and alerting program"
version = "0.2.5"
version = "0.3.0"
authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/cbs228/sameold.git"
readme = "README.md"

[dependencies]
sameold = {path = "../sameold", version = "^0.2.5"}
sameold = {path = "../sameold", version = "^0.3.0"}
anyhow = "^1"
atty = "^0.2"
byteorder = "^1.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/sameold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sameold"
description = "A SAME/EAS digital receiver library"
version = "0.2.5"
version = "0.3.0"
authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit be9fbfc

Please sign in to comment.