Skip to content

Commit

Permalink
Actually, don't bump in ink_lang_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Mar 17, 2022
1 parent 03b9911 commit c4cb1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lang/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]

[dependencies]
ink_lang_ir = { version = "3.0.0", path = "../ir", default-features = false }
ink_lang_codegen = { version = "3.0.1", path = "../codegen", default-features = false }
ink_lang_codegen = { version = "3.0.0", path = "../codegen", default-features = false }
ink_primitives = { version = "3.0.0", path = "../../primitives/", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit c4cb1c9

Please sign in to comment.