Skip to content

Commit

Permalink
0.6.2 bump (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot authored Apr 28, 2022
1 parent e252986 commit 8080217
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 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.6.1"
appVersion: "0.6.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.6.1"
version = "0.6.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.6.1"
version = "0.6.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.6.1"
version = "0.6.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
edition = "2021"
Expand Down Expand Up @@ -35,14 +35,14 @@ derive_more = { version = "0.99" }
dirs = "3.0"
env_logger = "0.9"
fuel-asm = { version = "0.4", features = ["serde-types"] }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.6.1", features = [
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.6.2", features = [
"serde-types",
] }
fuel-crypto = { version = "0.4", features = ["random"] }
fuel-merkle = "0.1"
fuel-storage = { version = "0.1" }
fuel-tx = { version = "0.9", features = ["serde-types"] }
fuel-txpool = { path = "../fuel-txpool", version = "0.6.1" }
fuel-txpool = { path = "../fuel-txpool", version = "0.6.2" }
fuel-types = { version = "0.3", features = ["serde-types"] }
fuel-vm = { version = "0.8", 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.6.1"
version = "0.6.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.6.1"
version = "0.6.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies"]
edition = "2021"
Expand All @@ -14,7 +14,7 @@ description = "Transaction pool"
anyhow = "1.0"
async-trait = "0.1"
chrono = "0.4"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.6.1" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.6.2" }
fuel-tx = { version = "0.9", features = ["serde-types"] }
fuel-types = { version = "0.3", features = ["serde-types"] }
futures = "0.3"
Expand All @@ -23,6 +23,6 @@ thiserror = "1.0"
tokio = { version = "1.14", default-features = false, features = ["sync"] }

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

0 comments on commit 8080217

Please sign in to comment.