Skip to content

Commit 77f575a

Browse files
Bump to v0.36.0 (#4388)
Also ran `cargo update` because this is a breaking release. Pending: - [x] #4391 - [x] #4390 - [x] #4385
1 parent 9ecbdad commit 77f575a

File tree

21 files changed

+685
-588
lines changed

21 files changed

+685
-588
lines changed

Cargo.lock

Lines changed: 590 additions & 493 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.35.5"
3+
version = "0.36.0"
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
fd-lock = "3.0"
15-
forc-tracing = { version = "0.35.5", path = "../forc-tracing" }
16-
forc-util = { version = "0.35.5", path = "../forc-util" }
15+
forc-tracing = { version = "0.36.0", path = "../forc-tracing" }
16+
forc-util = { version = "0.36.0", path = "../forc-util" }
1717
fuel-abi-types = "0.1"
1818
git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] }
1919
gix-url = { version = "0.16.0", features = ["serde1"] }
@@ -23,10 +23,10 @@ semver = { version = "1.0", features = ["serde"] }
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_ignored = "0.1"
2525
serde_json = "1.0"
26-
sway-core = { version = "0.35.5", path = "../sway-core" }
27-
sway-error = { version = "0.35.5", path = "../sway-error" }
28-
sway-types = { version = "0.35.5", path = "../sway-types" }
29-
sway-utils = { version = "0.35.5", path = "../sway-utils" }
26+
sway-core = { version = "0.36.0", path = "../sway-core" }
27+
sway-error = { version = "0.36.0", path = "../sway-error" }
28+
sway-types = { version = "0.36.0", path = "../sway-types" }
29+
sway-utils = { version = "0.36.0", path = "../sway-utils" }
3030
toml = "0.5"
3131
tracing = "0.1"
3232
url = { version = "2.2", features = ["serde"] }

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.35.5"
3+
version = "0.36.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.35.5", path = "../../forc" }
18-
forc-pkg = { version = "0.35.5", path = "../../forc-pkg" }
19-
forc-tracing = { version = "0.35.5", path = "../../forc-tracing" }
20-
forc-tx = { version = "0.35.5", path = "../forc-tx" }
21-
forc-util = { version = "0.35.5", path = "../../forc-util" }
17+
forc = { version = "0.36.0", path = "../../forc" }
18+
forc-pkg = { version = "0.36.0", path = "../../forc-pkg" }
19+
forc-tracing = { version = "0.36.0", path = "../../forc-tracing" }
20+
forc-tx = { version = "0.36.0", path = "../forc-tx" }
21+
forc-util = { version = "0.36.0", path = "../../forc-util" }
2222
fuel-core-client = { workspace = true, default-features = false }
2323
fuel-crypto = { workspace = true }
2424
fuel-tx = { workspace = true, features = ["builder"] }
@@ -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.35.5", path = "../../sway-core" }
35-
sway-types = { version = "0.35.5", path = "../../sway-types" }
36-
sway-utils = { version = "0.35.5", path = "../../sway-utils" }
34+
sway-core = { version = "0.36.0", path = "../../sway-core" }
35+
sway-types = { version = "0.36.0", path = "../../sway-types" }
36+
sway-utils = { version = "0.36.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.35.5"
3+
version = "0.36.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
@@ -12,13 +12,13 @@ repository.workspace = true
1212
anyhow = "1.0.65"
1313
clap = { version = "4.0.18", features = ["derive"] }
1414
comrak = "0.16"
15-
forc-pkg = { version = "0.35.5", path = "../../forc-pkg" }
16-
forc-util = { version = "0.35.5", path = "../../forc-util" }
15+
forc-pkg = { version = "0.36.0", path = "../../forc-pkg" }
16+
forc-util = { version = "0.36.0", path = "../../forc-util" }
1717
horrorshow = "0.8.4"
1818
include_dir = "0.7.3"
1919
opener = "0.5.0"
20-
sway-ast = { version = "0.35.5", path = "../../sway-ast" }
21-
sway-core = { version = "0.35.5", path = "../../sway-core" }
22-
sway-lsp = { version = "0.35.5", path = "../../sway-lsp" }
23-
sway-types = { version = "0.35.5", path = "../../sway-types" }
24-
swayfmt = { version = "0.35.5", path = "../../swayfmt" }
20+
sway-ast = { version = "0.36.0", path = "../../sway-ast" }
21+
sway-core = { version = "0.36.0", path = "../../sway-core" }
22+
sway-lsp = { version = "0.36.0", path = "../../sway-lsp" }
23+
sway-types = { version = "0.36.0", path = "../../sway-types" }
24+
swayfmt = { version = "0.36.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.35.5"
3+
version = "0.36.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.35.5", path = "../../forc-pkg" }
15-
forc-tracing = { version = "0.35.5", path = "../../forc-tracing" }
16-
forc-util = { version = "0.35.5", path = "../../forc-util" }
14+
forc-pkg = { version = "0.36.0", path = "../../forc-pkg" }
15+
forc-tracing = { version = "0.36.0", path = "../../forc-tracing" }
16+
forc-util = { version = "0.36.0", path = "../../forc-util" }
1717
prettydiff = "0.5"
18-
sway-core = { version = "0.35.5", path = "../../sway-core" }
19-
sway-utils = { version = "0.35.5", path = "../../sway-utils" }
20-
swayfmt = { version = "0.35.5", path = "../../swayfmt" }
18+
sway-core = { version = "0.36.0", path = "../../sway-core" }
19+
sway-utils = { version = "0.36.0", path = "../../sway-utils" }
20+
swayfmt = { version = "0.36.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.35.5"
3+
version = "0.36.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.35.5", path = "../../sway-lsp" }
14+
sway-lsp = { version = "0.36.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.35.5"
3+
version = "0.36.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.35.5", path = "../../forc-util" }
22+
forc-util = { version = "0.36.0", path = "../../forc-util" }
2323
fuel-tx = { workspace = true, features = ["serde"] }
2424
serde = "1.0"
2525
serde_json = { version = "1" }

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.35.5"
3+
version = "0.36.0"
44
description = "A library for building and running Sway unit tests within Forc packages."
55
authors.workspace = true
66
edition.workspace = true
@@ -10,10 +10,10 @@ repository.workspace = true
1010

1111
[dependencies]
1212
anyhow = "1"
13-
forc-pkg = { version = "0.35.5", path = "../forc-pkg" }
13+
forc-pkg = { version = "0.36.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"
18-
sway-core = { version = "0.35.5", path = "../sway-core" }
19-
sway-types = { version = "0.35.5", path = "../sway-types" }
18+
sway-core = { version = "0.36.0", path = "../sway-core" }
19+
sway-types = { version = "0.36.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.35.5"
3+
version = "0.36.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.35.5"
3+
version = "0.36.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.35.5", path = "../forc-tracing" }
17+
forc-tracing = { version = "0.36.0", path = "../forc-tracing" }
1818
fuel-tx = { workspace = true, features = ["serde"] }
1919
hex = "0.4.3"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0.73"
22-
sway-core = { version = "0.35.5", path = "../sway-core" }
23-
sway-error = { version = "0.35.5", path = "../sway-error" }
24-
sway-types = { version = "0.35.5", path = "../sway-types" }
25-
sway-utils = { version = "0.35.5", path = "../sway-utils" }
22+
sway-core = { version = "0.36.0", path = "../sway-core" }
23+
sway-error = { version = "0.36.0", path = "../sway-error" }
24+
sway-types = { version = "0.36.0", path = "../sway-types" }
25+
sway-utils = { version = "0.36.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)