Skip to content

Commit

Permalink
Release 0.13.1 (#742)
Browse files Browse the repository at this point in the history
* Bumped the version of all `fuel-core` crate to `0.13.1`.
Bumped `fuel-vm` to `0.22.3` and `fuel-tx` to `0.23.1`

* Apply `cargo update`

* Update `Chart.yaml`
  • Loading branch information
xgreenx authored Nov 1, 2022
1 parent 4b2bc25 commit c3b7250
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 75 deletions.
70 changes: 35 additions & 35 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.13.0"
appVersion: "0.13.1"
version: 0.1.0
4 changes: 2 additions & 2 deletions fuel-block-executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-block-executor"
version = "0.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -11,5 +11,5 @@ description = "Fuel Block Executor"

[dependencies]
anyhow = "1.0"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.0" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" }
tokio = { version = "1.21", features = ["full"] }
4 changes: 2 additions & 2 deletions fuel-block-importer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-block-importer"
version = "0.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -11,6 +11,6 @@ description = "Fuel Block Importer"

[dependencies]
anyhow = "1.0"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.0" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" }
parking_lot = "0.12"
tokio = { version = "1.21", features = ["full"] }
4 changes: 2 additions & 2 deletions fuel-block-producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-block-producer"
version = "0.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -13,7 +13,7 @@ description = "Fuel Block Producer"
anyhow = "1.0"
async-trait = "0.1"
chrono = "0.4"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.0" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" }
parking_lot = "0.12"
tokio = { version = "1.21", features = ["full"] }
tracing = { version = "0.1" }
Expand Down
6 changes: 3 additions & 3 deletions fuel-chain-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-chain-config"
version = "0.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
categories = ["cryptography::cryptocurrencies"]
edition = "2021"
Expand All @@ -12,10 +12,10 @@ description = "Fuel Chain config types"

[dependencies]
anyhow = "1.0"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.0", features = [
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1", features = [
"serde",
] }
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.0" }
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.1" }
hex = { version = "0.4", features = ["serde"] }
itertools = "0.10"
rand = "0.8"
Expand Down
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.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions fuel-core-bft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-core-bft"
version = "0.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -11,6 +11,6 @@ description = "Fuel Core BFT"

[dependencies]
anyhow = "1.0"
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.0" }
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" }
parking_lot = "0.12"
tokio = { version = "1.21", features = ["full"] }
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.13.0"
version = "0.13.1"
authors = ["Fuel Labs <[email protected]>"]
categories = ["cryptography::cryptocurrencies"]
edition = "2021"
Expand Down
Loading

0 comments on commit c3b7250

Please sign in to comment.