Skip to content

Commit 04d26d6

Browse files
seznaAlexander Hansen
andauthored
v0.8.0 (#1027)
* v0.8.0 * update lockfile Co-authored-by: Alexander Hansen <alexanderhansen@AlexandersMBP3.home>
1 parent d07fdeb commit 04d26d6

File tree

12 files changed

+45
-45
lines changed

12 files changed

+45
-45
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forc-pkg"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -10,14 +10,14 @@ description = "Building, locking, fetching and updating Sway projects as Forc pa
1010

1111
[dependencies]
1212
anyhow = "1"
13-
forc-util = { version = "0.7.0", path = "../forc-util" }
13+
forc-util = { version = "0.8.0", path = "../forc-util" }
1414
git2 = "0.14"
1515
petgraph = { version = "0.6", features = ["serde-1"] }
1616
semver = { version = "1.0", features = ["serde"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_ignored = "0.1"
19-
sway-core = { version = "0.7.0", path = "../sway-core" }
20-
sway-types = { version = "0.7.0", path = "../sway-types" }
21-
sway-utils = { version = "0.7.0", path = "../sway-utils" }
19+
sway-core = { version = "0.8.0", path = "../sway-core" }
20+
sway-types = { version = "0.8.0", path = "../sway-types" }
21+
sway-utils = { version = "0.8.0", path = "../sway-utils" }
2222
toml = "0.5"
2323
url = { version = "2.2", features = ["serde"] }

forc-util/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-util"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -12,7 +12,7 @@ description = "Utility items shared between forc crates."
1212
annotate-snippets = { version = "0.9", features = ["color"] }
1313
anyhow = "1"
1414
dirs = "3.0.2"
15-
sway-core = { version = "0.7.0", path = "../sway-core" }
16-
sway-utils = { version = "0.7.0", path = "../sway-utils" }
15+
sway-core = { version = "0.8.0", path = "../sway-core" }
16+
sway-utils = { version = "0.8.0", path = "../sway-utils" }
1717
termcolor = "1.1"
1818
unicode-xid = "0.2.2"

forc/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"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -13,8 +13,8 @@ annotate-snippets = { version = "0.9", features = ["color"] }
1313
anyhow = "1.0.41"
1414
clap = { version = "3.1", features = ["env", "derive"] }
1515
clap_complete = "3.1"
16-
forc-pkg = { version = "0.7.0", path = "../forc-pkg" }
17-
forc-util = { version = "0.7.0", path = "../forc-util" }
16+
forc-pkg = { version = "0.8.0", path = "../forc-pkg" }
17+
forc-util = { version = "0.8.0", path = "../forc-util" }
1818
fuel-asm = "0.2"
1919
fuel-gql-client = { version = "0.4", default-features = false }
2020
fuel-tx = "0.6"
@@ -25,11 +25,11 @@ prettydiff = "0.5.0"
2525
reqwest = { version = "0.11.4", default-features = false, features = ["json", "rustls-tls"] }
2626
serde = {version = "1.0", features = ["derive"]}
2727
serde_json = "1.0.73"
28-
sway-core = { version = "0.7.0", path = "../sway-core" }
29-
sway-fmt = { version = "0.7.0", path = "../sway-fmt" }
30-
sway-lsp = { version = "0.7.0", path = "../sway-lsp" }
31-
sway-utils = { version = "0.7.0", path = "../sway-utils" }
32-
sway-types = { version = "0.7.0", path = "../sway-types" }
28+
sway-core = { version = "0.8.0", path = "../sway-core" }
29+
sway-fmt = { version = "0.8.0", path = "../sway-fmt" }
30+
sway-lsp = { version = "0.8.0", path = "../sway-lsp" }
31+
sway-utils = { version = "0.8.0", path = "../sway-utils" }
32+
sway-types = { version = "0.8.0", path = "../sway-types" }
3333
taplo = "0.7"
3434
tar = "0.4.35"
3535
term-table = "1.3"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parser"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
publish = false
66

sway-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sway-core"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -31,9 +31,9 @@ regex = "1"
3131
serde = { version = "1.0", features = ["derive"] }
3232
sha2 = "0.9"
3333
smallvec = "1.7"
34-
sway-ir = { version = "0.7.0", path = "../sway-ir" }
35-
sway-types = { version = "0.7.0", path = "../sway-types" }
36-
sway-utils = { version = "0.7.0", path = "../sway-utils" }
34+
sway-ir = { version = "0.8.0", path = "../sway-ir" }
35+
sway-types = { version = "0.8.0", path = "../sway-types" }
36+
sway-utils = { version = "0.8.0", path = "../sway-utils" }
3737
generational-arena = "0.2"
3838
thiserror = "1.0"
3939

sway-fmt/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sway-fmt"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -10,6 +10,6 @@ description = "Sway sway-fmt."
1010

1111
[dependencies]
1212
ropey = "1.2"
13-
sway-core = { version = "0.7.0", path = "../sway-core" }
14-
sway-types = { version = "0.7.0", path = "../sway-types" }
13+
sway-core = { version = "0.8.0", path = "../sway-core" }
14+
sway-types = { version = "0.8.0", path = "../sway-types" }
1515

sway-ir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sway-ir"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -16,4 +16,4 @@ generational-arena = "0.2"
1616
peg = "0.7"
1717
pest = { version = "3.0.4", package = "fuel-pest" }
1818
prettydiff = "0.5"
19-
sway-types = { version = "0.7.0", path = "../sway-types" }
19+
sway-types = { version = "0.8.0", path = "../sway-types" }

sway-lsp/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sway-lsp"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"
@@ -10,14 +10,14 @@ description = "LSP server for Sway."
1010

1111
[dependencies]
1212
dashmap = "4.0.2"
13-
forc-util = { version = "0.7.0", path = "../forc-util" }
13+
forc-util = { version = "0.8.0", path = "../forc-util" }
1414
tower-lsp = "0.16.0"
1515
ropey = "1.2"
1616
serde_json = "1.0.60"
17-
sway-core = { version = "0.7.0", path = "../sway-core" }
18-
sway-fmt = { version = "0.7.0", path = "../sway-fmt" }
19-
sway-types = { version = "0.7.0", path = "../sway-types" }
20-
sway-utils = { version = "0.7.0", path = "../sway-utils" }
17+
sway-core = { version = "0.8.0", path = "../sway-core" }
18+
sway-fmt = { version = "0.8.0", path = "../sway-fmt" }
19+
sway-types = { version = "0.8.0", path = "../sway-types" }
20+
sway-utils = { version = "0.8.0", path = "../sway-utils" }
2121
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
2222

2323
[dev-dependencies]

sway-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sway-types"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Fuel Labs <contact@fuel.sh>"]
55
edition = "2021"
66
homepage = "https://fuel.network/"

0 commit comments

Comments
 (0)