mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 22:41:07 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 471e4b7263 | |||
| 079e5c1cc4 |
Generated
+383
-380
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -47,10 +47,10 @@ which = "7.0"
|
|||||||
path-slash = "0.2"
|
path-slash = "0.2"
|
||||||
rayon = "1.8"
|
rayon = "1.8"
|
||||||
clap = { version = "4", default-features = false, features = ["derive"] }
|
clap = { version = "4", default-features = false, features = ["derive"] }
|
||||||
polkavm-common = "0.20.0"
|
polkavm-common = "0.21.0"
|
||||||
polkavm-linker = "0.20.0"
|
polkavm-linker = "0.21.0"
|
||||||
polkavm-disassembler = "0.20.0"
|
polkavm-disassembler = "0.21.0"
|
||||||
polkavm = "0.20.0"
|
polkavm = "0.21.0"
|
||||||
alloy-primitives = { version = "0.8.21", features = ["serde"] }
|
alloy-primitives = { version = "0.8.21", features = ["serde"] }
|
||||||
alloy-sol-types = "0.8.21"
|
alloy-sol-types = "0.8.21"
|
||||||
alloy-genesis = "0.11.0"
|
alloy-genesis = "0.11.0"
|
||||||
@@ -72,7 +72,7 @@ assert_fs = "1.1"
|
|||||||
# polkadot-sdk and friends
|
# polkadot-sdk and friends
|
||||||
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
|
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
|
||||||
scale-info = { version = "2.11.6", default-features = false }
|
scale-info = { version = "2.11.6", default-features = false }
|
||||||
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "274a781e8ca1a9432c7ec87593bd93214abbff50" }
|
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "at/disable-validation" }
|
||||||
|
|
||||||
# llvm
|
# llvm
|
||||||
[workspace.dependencies.inkwell]
|
[workspace.dependencies.inkwell]
|
||||||
|
|||||||
Reference in New Issue
Block a user