Skip to content

Commit c4e4ef7

Browse files
authored
chore: bump to v0.42.0 (#4755)
## Description Also runs `cargo update` in order to update deps to their latest patch release as this is a breaking release.
1 parent e816bdd commit c4e4ef7

File tree

21 files changed

+317
-296
lines changed

21 files changed

+317
-296
lines changed

Cargo.lock

Lines changed: 222 additions & 201 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.41.0"
3+
version = "0.42.0"
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
cid = "0.10"
1515
fd-lock = "3.0"
16-
forc-tracing = { version = "0.41.0", path = "../forc-tracing" }
17-
forc-util = { version = "0.41.0", path = "../forc-util" }
16+
forc-tracing = { version = "0.42.0", path = "../forc-tracing" }
17+
forc-util = { version = "0.42.0", path = "../forc-util" }
1818
fuel-abi-types = "0.1"
1919
futures = "0.3"
2020
git2 = { version = "0.17.2", features = ["vendored-libgit2", "vendored-openssl"] }
@@ -27,10 +27,10 @@ semver = { version = "1.0", features = ["serde"] }
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_ignored = "0.1"
2929
serde_json = "1.0"
30-
sway-core = { version = "0.41.0", path = "../sway-core" }
31-
sway-error = { version = "0.41.0", path = "../sway-error" }
32-
sway-types = { version = "0.41.0", path = "../sway-types" }
33-
sway-utils = { version = "0.41.0", path = "../sway-utils" }
30+
sway-core = { version = "0.42.0", path = "../sway-core" }
31+
sway-error = { version = "0.42.0", path = "../sway-error" }
32+
sway-types = { version = "0.42.0", path = "../sway-types" }
33+
sway-utils = { version = "0.42.0", path = "../sway-utils" }
3434
tar = "0.4.38"
3535
toml = "0.5"
3636
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.41.0"
3+
version = "0.42.0"
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.41.0", path = "../../forc" }
18-
forc-pkg = { version = "0.41.0", path = "../../forc-pkg" }
19-
forc-tracing = { version = "0.41.0", path = "../../forc-tracing" }
20-
forc-tx = { version = "0.41.0", path = "../forc-tx" }
21-
forc-util = { version = "0.41.0", path = "../../forc-util" }
17+
forc = { version = "0.42.0", path = "../../forc" }
18+
forc-pkg = { version = "0.42.0", path = "../../forc-pkg" }
19+
forc-tracing = { version = "0.42.0", path = "../../forc-tracing" }
20+
forc-tx = { version = "0.42.0", path = "../forc-tx" }
21+
forc-util = { version = "0.42.0", path = "../../forc-util" }
2222
fuel-abi-types = "0.3"
2323
fuel-core-client = { workspace = true }
2424
fuel-crypto = { workspace = true }
@@ -31,9 +31,9 @@ hex = "0.4.3"
3131
rand = "0.8"
3232
serde = "1.0"
3333
serde_json = "1"
34-
sway-core = { version = "0.41.0", path = "../../sway-core" }
35-
sway-types = { version = "0.41.0", path = "../../sway-types" }
36-
sway-utils = { version = "0.41.0", path = "../../sway-utils" }
34+
sway-core = { version = "0.42.0", path = "../../sway-core" }
35+
sway-types = { version = "0.42.0", path = "../../sway-types" }
36+
sway-utils = { version = "0.42.0", path = "../../sway-utils" }
3737
tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] }
3838
tracing = "0.1"
3939

forc-plugins/forc-doc/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-doc"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project."
55
authors.workspace = true
66
edition.workspace = true
@@ -13,13 +13,13 @@ anyhow = "1.0.65"
1313
clap = { version = "4.0.18", features = ["derive"] }
1414
colored = "2.0.0"
1515
comrak = "0.16"
16-
forc-pkg = { version = "0.41.0", path = "../../forc-pkg" }
17-
forc-util = { version = "0.41.0", path = "../../forc-util" }
16+
forc-pkg = { version = "0.42.0", path = "../../forc-pkg" }
17+
forc-util = { version = "0.42.0", path = "../../forc-util" }
1818
horrorshow = "0.8.4"
1919
include_dir = "0.7.3"
2020
opener = "0.5.0"
21-
sway-ast = { version = "0.41.0", path = "../../sway-ast" }
22-
sway-core = { version = "0.41.0", path = "../../sway-core" }
23-
sway-lsp = { version = "0.41.0", path = "../../sway-lsp" }
24-
sway-types = { version = "0.41.0", path = "../../sway-types" }
25-
swayfmt = { version = "0.41.0", path = "../../swayfmt" }
21+
sway-ast = { version = "0.42.0", path = "../../sway-ast" }
22+
sway-core = { version = "0.42.0", path = "../../sway-core" }
23+
sway-lsp = { version = "0.42.0", path = "../../sway-lsp" }
24+
sway-types = { version = "0.42.0", path = "../../sway-types" }
25+
swayfmt = { version = "0.42.0", path = "../../swayfmt" }

forc-plugins/forc-fmt/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-fmt"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "A `forc` plugin for running the Sway code formatter."
55
authors.workspace = true
66
edition.workspace = true
@@ -11,12 +11,12 @@ repository.workspace = true
1111
[dependencies]
1212
anyhow = "1"
1313
clap = { version = "3", features = ["derive"] }
14-
forc-pkg = { version = "0.41.0", path = "../../forc-pkg" }
15-
forc-tracing = { version = "0.41.0", path = "../../forc-tracing" }
16-
forc-util = { version = "0.41.0", path = "../../forc-util" }
14+
forc-pkg = { version = "0.42.0", path = "../../forc-pkg" }
15+
forc-tracing = { version = "0.42.0", path = "../../forc-tracing" }
16+
forc-util = { version = "0.42.0", path = "../../forc-util" }
1717
prettydiff = "0.5"
18-
sway-core = { version = "0.41.0", path = "../../sway-core" }
19-
sway-utils = { version = "0.41.0", path = "../../sway-utils" }
20-
swayfmt = { version = "0.41.0", path = "../../swayfmt" }
18+
sway-core = { version = "0.42.0", path = "../../sway-core" }
19+
sway-utils = { version = "0.42.0", path = "../../sway-utils" }
20+
swayfmt = { version = "0.42.0", path = "../../swayfmt" }
2121
taplo = "0.7"
2222
tracing = "0.1"

forc-plugins/forc-lsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-lsp"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "A simple `forc` plugin for starting the sway language server."
55
authors.workspace = true
66
edition.workspace = true
@@ -11,5 +11,5 @@ repository.workspace = true
1111
[dependencies]
1212
anyhow = "1"
1313
clap = { version = "3", features = ["derive"] }
14-
sway-lsp = { version = "0.41.0", path = "../../sway-lsp" }
14+
sway-lsp = { version = "0.42.0", path = "../../sway-lsp" }
1515
tokio = { version = "1.8" }

forc-plugins/forc-tx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-tx"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "A `forc` plugin for constructing transactions."
55
authors.workspace = true
66
edition.workspace = true
@@ -19,7 +19,7 @@ path = "src/main.rs"
1919
anyhow = "1"
2020
clap = { version = "3", features = ["derive", "env"] }
2121
devault = "0.1"
22-
forc-util = { version = "0.41.0", path = "../../forc-util" }
22+
forc-util = { version = "0.42.0", path = "../../forc-util" }
2323
fuel-tx = { workspace = true, features = ["serde"] }
2424
fuel-types = { workspace = true, features = ["serde"] }
2525
serde = "1.0"

forc-test/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-test"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "A library for building and running Sway unit tests within Forc packages."
55
authors.workspace = true
66
edition.workspace = true
@@ -10,11 +10,11 @@ repository.workspace = true
1010

1111
[dependencies]
1212
anyhow = "1"
13-
forc-pkg = { version = "0.41.0", path = "../forc-pkg" }
13+
forc-pkg = { version = "0.42.0", path = "../forc-pkg" }
1414
fuel-abi-types = "0.2"
1515
fuel-tx = { workspace = true, features = ["builder"] }
1616
fuel-vm = { workspace = true, features = ["random"] }
1717
rand = "0.8"
1818
rayon = "1.7.0"
19-
sway-core = { version = "0.41.0", path = "../sway-core" }
20-
sway-types = { version = "0.41.0", path = "../sway-types" }
19+
sway-core = { version = "0.42.0", path = "../sway-core" }
20+
sway-types = { version = "0.42.0", path = "../sway-types" }

forc-tracing/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-tracing"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "Tracing utility shared between forc crates."
55
authors.workspace = true
66
edition.workspace = true

forc-util/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-util"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "Utility items shared between forc crates."
55
authors.workspace = true
66
edition.workspace = true
@@ -14,15 +14,15 @@ ansi_term = "0.12"
1414
anyhow = "1"
1515
clap = { version = "3.1", features = ["cargo", "derive", "env"] }
1616
dirs = "3.0.2"
17-
forc-tracing = { version = "0.41.0", path = "../forc-tracing" }
17+
forc-tracing = { version = "0.42.0", path = "../forc-tracing" }
1818
fuel-tx = { workspace = true, features = ["serde"], optional = true }
1919
hex = "0.4.3"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0.73"
22-
sway-core = { version = "0.41.0", path = "../sway-core" }
23-
sway-error = { version = "0.41.0", path = "../sway-error" }
24-
sway-types = { version = "0.41.0", path = "../sway-types" }
25-
sway-utils = { version = "0.41.0", path = "../sway-utils" }
22+
sway-core = { version = "0.42.0", path = "../sway-core" }
23+
sway-error = { version = "0.42.0", path = "../sway-error" }
24+
sway-types = { version = "0.42.0", path = "../sway-types" }
25+
sway-utils = { version = "0.42.0", path = "../sway-utils" }
2626
tracing = "0.1"
2727
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
2828
unicode-xid = "0.2.2"

0 commit comments

Comments
 (0)