@@ -20,22 +20,22 @@ homepage = "https://fuel.network/"
2020license = " BUSL-1.1"
2121repository = " https://github.com/FuelLabs/fuel-vm"
2222rust-version = " 1.93.0"
23- version = " 0.66.0 "
23+ version = " 0.66.1 "
2424
2525[workspace .dependencies ]
2626bincode = { version = " 1.3" , default-features = false }
2727bitflags = " 2"
2828criterion = " 0.5.0"
2929educe = { version = " 0.6" , default-features = false }
30- fuel-asm = { version = " 0.66.0 " , path = " fuel-asm" , default-features = false }
31- fuel-compression = { version = " 0.66.0 " , path = " fuel-compression" , default-features = false }
32- fuel-crypto = { version = " 0.66.0 " , path = " fuel-crypto" , default-features = false }
33- fuel-derive = { version = " 0.66.0 " , path = " fuel-derive" , default-features = false }
34- fuel-merkle = { version = " 0.66.0 " , path = " fuel-merkle" , default-features = false }
35- fuel-storage = { version = " 0.66.0 " , path = " fuel-storage" , default-features = false }
36- fuel-tx = { version = " 0.66.0 " , path = " fuel-tx" , default-features = false }
37- fuel-types = { version = " 0.66.0 " , path = " fuel-types" , default-features = false }
38- fuel-vm = { version = " 0.66.0 " , path = " fuel-vm" , default-features = false }
30+ fuel-asm = { version = " 0.66.1 " , path = " fuel-asm" , default-features = false }
31+ fuel-compression = { version = " 0.66.1 " , path = " fuel-compression" , default-features = false }
32+ fuel-crypto = { version = " 0.66.1 " , path = " fuel-crypto" , default-features = false }
33+ fuel-derive = { version = " 0.66.1 " , path = " fuel-derive" , default-features = false }
34+ fuel-merkle = { version = " 0.66.1 " , path = " fuel-merkle" , default-features = false }
35+ fuel-storage = { version = " 0.66.1 " , path = " fuel-storage" , default-features = false }
36+ fuel-tx = { version = " 0.66.1 " , path = " fuel-tx" , default-features = false }
37+ fuel-types = { version = " 0.66.1 " , path = " fuel-types" , default-features = false }
38+ fuel-vm = { version = " 0.66.1 " , path = " fuel-vm" , default-features = false }
3939
4040[profile .web-release ] # For minimal wasm binaries, use this profile
4141inherits = " release"
0 commit comments