Skip to content

Commit 169f91a

Browse files
authored
Bump version to 0.63.1 (#6438)
## Description Bumps version to 0.63.1
1 parent 2f53e22 commit 169f91a

File tree

24 files changed

+143
-143
lines changed

24 files changed

+143
-143
lines changed

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forc-pkg/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-pkg"
3-
version = "0.63.0"
3+
version = "0.63.1"
44
description = "Building, locking, fetching and updating Sway projects as Forc packages."
55
authors.workspace = true
66
edition.workspace = true
@@ -13,8 +13,8 @@ ansi_term = "0.12"
1313
anyhow = "1"
1414
byte-unit = "5.1.4"
1515
cid = "0.11"
16-
forc-tracing = { version = "0.63.0", path = "../forc-tracing" }
17-
forc-util = { version = "0.63.0", path = "../forc-util" }
16+
forc-tracing = { version = "0.63.1", path = "../forc-tracing" }
17+
forc-util = { version = "0.63.1", path = "../forc-util" }
1818
fuel-abi-types = { workspace = true }
1919
futures = "0.3"
2020
git2 = { version = "0.19", features = [
@@ -31,10 +31,10 @@ serde = { version = "1.0", features = ["derive"] }
3131
serde_ignored = "0.1.9"
3232
serde_json = "1.0"
3333
serde_with = "3.3.0"
34-
sway-core = { version = "0.63.0", path = "../sway-core" }
35-
sway-error = { version = "0.63.0", path = "../sway-error" }
36-
sway-types = { version = "0.63.0", path = "../sway-types" }
37-
sway-utils = { version = "0.63.0", path = "../sway-utils" }
34+
sway-core = { version = "0.63.1", path = "../sway-core" }
35+
sway-error = { version = "0.63.1", path = "../sway-error" }
36+
sway-types = { version = "0.63.1", path = "../sway-types" }
37+
sway-utils = { version = "0.63.1", path = "../sway-utils" }
3838
tar = "0.4.38"
3939
toml = { version = "0.8", features = ["parse"] }
4040
tracing = "0.1"

forc-plugins/forc-client/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-client"
3-
version = "0.63.0"
3+
version = "0.63.1"
44
description = "A `forc` plugin for interacting with a Fuel node."
55
authors.workspace = true
66
edition.workspace = true
@@ -15,11 +15,11 @@ chrono = { version = "0.4", default-features = false, features = ["std"] }
1515
clap = { version = "4.5.4", features = ["derive", "env"] }
1616
devault = "0.1"
1717
dialoguer = "0.11"
18-
forc = { version = "0.63.0", path = "../../forc" }
19-
forc-pkg = { version = "0.63.0", path = "../../forc-pkg" }
20-
forc-tracing = { version = "0.63.0", path = "../../forc-tracing" }
21-
forc-tx = { version = "0.63.0", path = "../forc-tx" }
22-
forc-util = { version = "0.63.0", path = "../../forc-util" }
18+
forc = { version = "0.63.1", path = "../../forc" }
19+
forc-pkg = { version = "0.63.1", path = "../../forc-pkg" }
20+
forc-tracing = { version = "0.63.1", path = "../../forc-tracing" }
21+
forc-tx = { version = "0.63.1", path = "../forc-tx" }
22+
forc-util = { version = "0.63.1", path = "../../forc-util" }
2323
forc-wallet = { workspace = true }
2424
fuel-abi-types = { workspace = true }
2525
fuel-core-client = { workspace = true, features = ["subscriptions"] }
@@ -36,9 +36,9 @@ rand = "0.8"
3636
rpassword = "7.2"
3737
serde = "1.0"
3838
serde_json = "1"
39-
sway-core = { version = "0.63.0", path = "../../sway-core" }
40-
sway-types = { version = "0.63.0", path = "../../sway-types" }
41-
sway-utils = { version = "0.63.0", path = "../../sway-utils" }
39+
sway-core = { version = "0.63.1", path = "../../sway-core" }
40+
sway-types = { version = "0.63.1", path = "../../sway-types" }
41+
sway-utils = { version = "0.63.1", path = "../../sway-utils" }
4242
tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] }
4343
toml_edit = "0.21.1"
4444
tracing = "0.1"

forc-plugins/forc-client/proxy_abi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This folder contains pre-built version of the owned proxy contract, its abi and
44

55
*contract url*: [sway-standard-implementation/src-14/owned_proxy](https://github.com/FuelLabs/sway-standard-implementations/tree/61fd4ad8f69d21cec0d5cd8135bdc4495e0c125c).
66
*commit hash*: `61fd4ad8f69d21cec0d5cd8135bdc4495e0c125c`
7-
*forc version*: `v0.63.0`
7+
*forc version*: `v0.63.1`
88
*build command*: `forc build --release`

forc-plugins/forc-crypto/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-crypto"
3-
version = "0.63.0"
3+
version = "0.63.1"
44
description = "A `forc` plugin for handling various cryptographic operations and conversions."
55
authors.workspace = true
66
edition.workspace = true
@@ -13,8 +13,8 @@ anyhow = "1.0.75"
1313
async-trait = "0.1.58"
1414
atty = "0.2.14"
1515
clap = { version = "4.5.4", features = ["derive", "env"] }
16-
forc-tracing = { version = "0.63.0", path = "../../forc-tracing" }
17-
forc-util = { version = "0.63.0", path = "../../forc-util" }
16+
forc-tracing = { version = "0.63.1", path = "../../forc-tracing" }
17+
forc-util = { version = "0.63.1", path = "../../forc-util" }
1818
fuel-core-types = { workspace = true }
1919
fuel-crypto = { workspace = true, features = ["random"] }
2020
fuels-core = { workspace = true }

0 commit comments

Comments
 (0)