Skip to content

Commit

Permalink
Bump crate versions to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Aug 7, 2024
1 parent 9cf7c94 commit 9632257
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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 = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.70.0"
authors = ["The Matter Labs Team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/vise-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
vise = { version = "0.1.0", path = "../vise" }
vise = { version = "0.1.1", path = "../vise" }

hyper.workspace = true
metrics-exporter-prometheus = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/vise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
vise-macros = { version = "0.1.0", path = "../vise-macros" }
vise-macros = { version = "=0.1.1", path = "../vise-macros" }

compile-fmt.workspace = true
elsa.workspace = true
Expand Down

0 comments on commit 9632257

Please sign in to comment.