Skip to content

Commit

Permalink
Merge pull request #11 from Y-Nak/cleanup-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak authored Nov 10, 2022
2 parents 6fcd2be + 5d077cf commit bf293c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
primitive-types = "0.12"
cranelift-entity = "0.89"
smallvec = "1.7.0"
fxhash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
primitive-types = "0.12"
primitive-types = { version = "0.12", default-features = false }
cranelift-entity = "0.89"
smallvec = "1.7.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit bf293c2

Please sign in to comment.