Skip to content

Commit

Permalink
bump rust to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Sep 18, 2024
1 parent 0b3150b commit 9785240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = ["crates/mesc", "crates/mesc_cli"]
resolver = "2"

[workspace.package]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paradigmxyz/mesc"
Expand Down
2 changes: 1 addition & 1 deletion rust/crates/mesc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edit = "0.1.4"
futures = "0.3.29"
inquire = "0.7"
ipgeolocate = "0.3.6"
mesc = { version = "0.2.1", path = "../mesc" }
mesc = { version = "0.3.0", path = "../mesc" }
reqwest = { version = "0.11", features = ["json"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 9785240

Please sign in to comment.