Skip to content

Commit

Permalink
resolve version
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanimura committed Sep 20, 2024
1 parent cf2b604 commit 07c3e37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions espr-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ proc-macro2 = "1.0.86"
syn = { version = "2.0.77", features = ["full", "extra-traits"] }

[dependencies.espr]
version = "0.3.0"
version = "0.4.0"
path = "../espr"

[dev-dependencies]
ruststep = { version = "0.3.0", path = "../ruststep" }
ruststep-derive = { version = "0.3.0", path = "../ruststep-derive" }
ruststep = { version = "0.4.0", path = "../ruststep" }
ruststep-derive = { version = "0.4.0", path = "../ruststep-derive" }
serde = "1.0.210"
derive-new = "0.5.9"
4 changes: 2 additions & 2 deletions ruststep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ itertools = "0.10.5"

[dependencies.ruststep-derive]
path = "../ruststep-derive"
version = "0.3.0"
version = "0.4.0"

[dev-dependencies]
anyhow = "1.0.89"
maplit = "1.0.2"

[dev-dependencies.espr-derive]
path = "../espr-derive"
version = "0.3.0"
version = "0.4.0"

0 comments on commit 07c3e37

Please sign in to comment.