We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a769ee0 commit 196f846Copy full SHA for 196f846
1 file changed
Cargo.toml
@@ -95,7 +95,7 @@ tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
95
tonic-build = { version = "0.12.3", features = ["prost"] }
96
tower-http = { version = "0.6.6", features = ["cors"] }
97
wasmparser = "0.118.1"
98
-wasmtime = "33.0.2"
+wasmtime = { version = "33.0.2" }
99
substreams = "=0.6.0"
100
substreams-entity-change = "2"
101
substreams-near-core = "=0.10.2"
0 commit comments