mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Update wasmtime to 0.29.0 (#9552)
* Start
* Move to ctx
* Make it compile for now
* More work
* Get rid off state-holder
* Use less Refcells
* 🤦
* Don't use RefCell
* Use names for parameters
* Fixes after merge
* Fixes after merge
* Review feedback
* FMT
This commit is contained in:
@@ -35,7 +35,7 @@ tracing = { version = "0.1.22", optional = true }
|
||||
hex-literal = "0.3.1"
|
||||
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
|
||||
pretty_assertions = "0.6.1"
|
||||
rand = { version = "0.7.2" }
|
||||
rand = "0.7.2"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user