Skip to content

Commit 0dc6570

Browse files
authored
bump to 0.49.3
1 parent 86e597a commit 0dc6570

File tree

23 files changed

+133
-133
lines changed

23 files changed

+133
-133
lines changed

Cargo.lock

Lines changed: 31 additions & 31 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.49.2"
3+
version = "0.49.3"
44
description = "Building, locking, fetching and updating Sway projects as Forc packages."
55
authors.workspace = true
66
edition.workspace = true
@@ -12,8 +12,8 @@ repository.workspace = true
1212
ansi_term = "0.12"
1313
anyhow = "1"
1414
cid = "0.10"
15-
forc-tracing = { version = "0.49.2", path = "../forc-tracing" }
16-
forc-util = { version = "0.49.2", path = "../forc-util" }
15+
forc-tracing = { version = "0.49.3", path = "../forc-tracing" }
16+
forc-util = { version = "0.49.3", path = "../forc-util" }
1717
fuel-abi-types = { workspace = true }
1818
futures = "0.3"
1919
git2 = { version = "0.17.2", features = [
@@ -30,10 +30,10 @@ serde = { version = "1.0", features = ["derive"] }
3030
serde_ignored = "0.1.9"
3131
serde_json = "1.0"
3232
serde_with = "3.3.0"
33-
sway-core = { version = "0.49.2", path = "../sway-core" }
34-
sway-error = { version = "0.49.2", path = "../sway-error" }
35-
sway-types = { version = "0.49.2", path = "../sway-types" }
36-
sway-utils = { version = "0.49.2", path = "../sway-utils" }
33+
sway-core = { version = "0.49.3", path = "../sway-core" }
34+
sway-error = { version = "0.49.3", path = "../sway-error" }
35+
sway-types = { version = "0.49.3", path = "../sway-types" }
36+
sway-utils = { version = "0.49.3", path = "../sway-utils" }
3737
tar = "0.4.38"
3838
toml = { version = "0.7", features = ["parse"] }
3939
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.49.2"
3+
version = "0.49.3"
44
description = "A `forc` plugin for interacting with a Fuel node."
55
authors.workspace = true
66
edition.workspace = true
@@ -14,11 +14,11 @@ async-trait = "0.1.58"
1414
chrono = { version = "0.4", default-features = false, features = ["std"] }
1515
clap = { version = "3", features = ["derive", "env"] }
1616
devault = "0.1"
17-
forc = { version = "0.49.2", path = "../../forc" }
18-
forc-pkg = { version = "0.49.2", path = "../../forc-pkg" }
19-
forc-tracing = { version = "0.49.2", path = "../../forc-tracing" }
20-
forc-tx = { version = "0.49.2", path = "../forc-tx" }
21-
forc-util = { version = "0.49.2", path = "../../forc-util" }
17+
forc = { version = "0.49.3", path = "../../forc" }
18+
forc-pkg = { version = "0.49.3", path = "../../forc-pkg" }
19+
forc-tracing = { version = "0.49.3", path = "../../forc-tracing" }
20+
forc-tx = { version = "0.49.3", path = "../forc-tx" }
21+
forc-util = { version = "0.49.3", path = "../../forc-util" }
2222
forc-wallet = { workspace = true }
2323
fuel-abi-types = { workspace = true }
2424
fuel-core-client = { workspace = true, features = ["subscriptions"] }
@@ -33,9 +33,9 @@ rand = "0.8"
3333
rpassword = "7.2"
3434
serde = "1.0"
3535
serde_json = "1"
36-
sway-core = { version = "0.49.2", path = "../../sway-core" }
37-
sway-types = { version = "0.49.2", path = "../../sway-types" }
38-
sway-utils = { version = "0.49.2", path = "../../sway-utils" }
36+
sway-core = { version = "0.49.3", path = "../../sway-core" }
37+
sway-types = { version = "0.49.3", path = "../../sway-types" }
38+
sway-utils = { version = "0.49.3", path = "../../sway-utils" }
3939
tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] }
4040
tracing = "0.1"
4141

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.49.2"
3+
version = "0.49.3"
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 = "3", features = ["derive", "env"] }
16-
forc-tracing = { version = "0.49.2", path = "../../forc-tracing" }
17-
forc-util = { version = "0.49.2", path = "../../forc-util" }
16+
forc-tracing = { version = "0.49.3", path = "../../forc-tracing" }
17+
forc-util = { version = "0.49.3", path = "../../forc-util" }
1818
fuel-core-types = { workspace = true }
1919
fuel-crypto = { workspace = true, features = ["random"] }
2020
fuels-core = { workspace = true }

forc-plugins/forc-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-debug"
3-
version = "0.49.2"
3+
version = "0.49.3"
44
description = "Supports debugging Sway code via CLI and DAP server."
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)