Skip to content

Commit

Permalink
update to latest vm (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Mar 23, 2022
1 parent da0ef46 commit 94c8ce7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deployment/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: fuel-core
description: Fuel Core Helm Chart
type: application
appVersion: "0.4.1"
appVersion: "0.4.2"
version: 0.1.0
2 changes: 1 addition & 1 deletion fuel-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-gql-client"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion fuel-core-interfaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-core-interfaces"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies"]
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions fuel-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-core"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
edition = "2021"
Expand Down Expand Up @@ -29,12 +29,12 @@ derive_more = { version = "0.99" }
dirs = "3.0"
env_logger = "0.9"
fuel-asm = { version = "0.2", features = ["serde-types"] }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.1" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.2" }
fuel-crypto = { version = "0.3" }
fuel-merkle = "0.1"
fuel-storage = { version = "0.1" }
fuel-tx = { version = "0.6", features = ["serde-types"] }
fuel-txpool = { path = "../fuel-txpool", version = "0.4.1" }
fuel-txpool = { path = "../fuel-txpool", version = "0.4.2" }
fuel-types = { version = "0.3", features = ["serde-types"] }
fuel-vm = { version = "0.5", features = ["serde-types"] }
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion fuel-p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-p2p"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions fuel-txpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-txpool"
version = "0.4.1"
version = "0.4.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies"]
edition = "2021"
Expand All @@ -13,7 +13,7 @@ description = "Transaction pool"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.1" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.2" }
fuel-tx = { version = "0.6", features = ["serde-types"] }
fuel-types = { version = "0.3", features = ["serde-types"] }
futures = "0.3"
Expand All @@ -22,6 +22,6 @@ thiserror = "1.0"
tokio = { version = "1.14", default-features = false, features = ["sync"] }

[dev-dependencies]
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.1", features = [
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.4.2", features = [
"test_helpers",
] }

0 comments on commit 94c8ce7

Please sign in to comment.