11[package ]
22name = " rain-math-float"
3- version.workspace = true
4- edition.workspace = true
5- license.workspace = true
6- homepage.workspace = true
3+ version = " 0.1.0 "
4+ edition = " 2021 "
5+ license = " LicenseRef-DCL-1.0 "
6+ homepage = " https://github.com/rainlanguage/rain.math.float "
77
88[lib ]
99crate-type = [" rlib" , " cdylib" ]
1010
1111[dependencies ]
12- alloy.workspace = true
13- thiserror.workspace = true
14- serde.workspace = true
12+ alloy = { version = " 1.0.9 " , features = [ " sol-types " , " json-rpc " ] }
13+ thiserror = " 2.0.12 "
14+ serde = " 1.0.219 "
1515wasm-bindgen-utils = { git = " https://github.com/rainlanguage/rain.wasm" , rev = " 06990d85a0b7c55378a1c8cca4dd9e2bc34a596a" }
1616
1717[target .'cfg(not(target_family = "wasm"))' .dependencies ]
18- revm = { workspace = true , default-features = false , features = [
18+ revm = { version = " 25.0.0 " , default-features = false , features = [
1919 " c-kzg" ,
2020 " portable" ,
2121 " std" ,
2222 " tracer" ,
2323] }
2424
2525[target .'cfg(target_family = "wasm")' .dependencies ]
26- revm = { workspace = true , default-features = false , features = [
26+ revm = { version = " 25.0.0 " , default-features = false , features = [
2727 " kzg-rs" ,
2828 " portable" ,
2929 " std" ,
@@ -32,7 +32,7 @@ revm = { workspace = true, default-features = false, features = [
3232getrandom = { version = " 0.2.11" , features = [" js" , " js-sys" ] }
3333
3434[dev-dependencies ]
35- alloy = { workspace = true , features = [" sol-types" , " json-rpc" , " arbitrary" ] }
35+ alloy = { version = " 1.0.9 " , features = [" sol-types" , " json-rpc" , " arbitrary" ] }
3636anyhow = " 1.0.98"
37- proptest.workspace = true
37+ proptest = " 1.7.0 "
3838serde_json = " 1.0.140"
0 commit comments