Skip to content

Commit

Permalink
Bump to v0.6.0 (#897)
Browse files Browse the repository at this point in the history
* Bump to v0.6.0

* Revert prettydiff bump
  • Loading branch information
adlerjohn authored Mar 7, 2022
1 parent 7109b98 commit 35e5a2f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions forc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forc"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down Expand Up @@ -28,11 +28,11 @@ reqwest = { version = "0.11.4", default-features = false, features = ["json", "r
semver = "1.0.3"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.73"
sway-core = { version = "0.5.0", path = "../sway-core" }
sway-fmt = { version = "0.5.0", path = "../sway-fmt" }
sway-server = { version = "0.5.0", path = "../sway-server" }
sway-utils = { version = "0.5.0", path = "../sway-utils" }
sway-types = { version = "0.5.0", path = "../sway-types" }
sway-core = { version = "0.6.0", path = "../sway-core" }
sway-fmt = { version = "0.6.0", path = "../sway-fmt" }
sway-server = { version = "0.6.0", path = "../sway-server" }
sway-utils = { version = "0.6.0", path = "../sway-utils" }
sway-types = { version = "0.6.0", path = "../sway-types" }
taplo = "0.7"
tar = "0.4.35"
term-table = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parser"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
publish = false

Expand Down
6 changes: 3 additions & 3 deletions sway-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-core"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down Expand Up @@ -29,8 +29,8 @@ regex = "1"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.9"
smallvec = "1.7"
sway-ir = { version = "0.5.0", path = "../sway-ir" }
sway-types = { version = "0.5.0", path = "../sway-types" }
sway-ir = { version = "0.6.0", path = "../sway-ir" }
sway-types = { version = "0.6.0", path = "../sway-types" }
generational-arena = "0.2"
thiserror = "1.0"

Expand Down
6 changes: 3 additions & 3 deletions sway-fmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-fmt"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -10,6 +10,6 @@ description = "Sway sway-fmt."

[dependencies]
ropey = "1.2"
sway-core = { version = "0.5.0", path = "../sway-core" }
sway-types = { version = "0.5.0", path = "../sway-types" }
sway-core = { version = "0.6.0", path = "../sway-core" }
sway-types = { version = "0.6.0", path = "../sway-types" }

4 changes: 2 additions & 2 deletions sway-ir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-ir"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -16,4 +16,4 @@ generational-arena = "0.2"
peg = "0.7"
pest = { version = "3.0.4", package = "fuel-pest" }
prettydiff = "0.5"
sway-types = { version = "0.5.0", path = "../sway-types" }
sway-types = { version = "0.6.0", path = "../sway-types" }
10 changes: 5 additions & 5 deletions sway-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-server"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand All @@ -13,8 +13,8 @@ dashmap = "4.0.2"
lspower = "1.0.0"
ropey = "1.2"
serde_json = "1.0.60"
sway-core = { version = "0.5.0", path = "../sway-core" }
sway-fmt = { version = "0.5.0", path = "../sway-fmt" }
sway-types = { version = "0.5.0", path = "../sway-types" }
sway-utils = { version = "0.5.0", path = "../sway-utils" }
sway-core = { version = "0.6.0", path = "../sway-core" }
sway-fmt = { version = "0.6.0", path = "../sway-fmt" }
sway-types = { version = "0.6.0", path = "../sway-types" }
sway-utils = { version = "0.6.0", path = "../sway-utils" }
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
2 changes: 1 addition & 1 deletion sway-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-types"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
2 changes: 1 addition & 1 deletion sway-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sway-utils"
version = "0.5.0"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.41"
forc = { version = "0.5.0", path = "../forc", features = ["test"], default-features = false }
forc = { version = "0.6.0", path = "../forc", features = ["test"], default-features = false }
fuel-asm = "0.2"
fuel-tx = "0.6"
fuel-vm = { version = "0.5", features = ["random"] }
Expand Down

0 comments on commit 35e5a2f

Please sign in to comment.