diff --git a/docstrings/Cargo.toml b/docstrings/Cargo.toml index e99d7b707f8..c1e65611b12 100644 --- a/docstrings/Cargo.toml +++ b/docstrings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docstrings" -version = "0.1.5" +version = "0.1.6" edition = "2021" publish = false diff --git a/forc/Cargo.toml b/forc/Cargo.toml index b4ad520e41e..dedef2922ab 100644 --- a/forc/Cargo.toml +++ b/forc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -28,11 +28,11 @@ serde = {version = "1.0", features = ["derive"]} serde_json = "1.0.73" source-span = "2.4" structopt = "0.3" -sway-core = { version = "0.1.5", path = "../sway-core" } -sway-fmt = { version = "0.1.5", path = "../sway-fmt" } -sway-server = { version = "0.1.5", path = "../sway-server" } -sway-utils = { version = "0.1.5", path = "../sway-utils" } -sway-types = { version = "0.1.5", path = "../sway-types" } +sway-core = { version = "0.1.6", path = "../sway-core" } +sway-fmt = { version = "0.1.6", path = "../sway-fmt" } +sway-server = { version = "0.1.6", path = "../sway-server" } +sway-utils = { version = "0.1.6", path = "../sway-utils" } +sway-types = { version = "0.1.6", path = "../sway-types" } tar = "0.4.35" term-table = "1.3" termcolor = "1.1" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 1711fc5eb9a..83d8993d54b 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parser" -version = "0.1.5" +version = "0.1.6" edition = "2021" publish = false diff --git a/sway-core/Cargo.toml b/sway-core/Cargo.toml index 2e9f590b6f9..f578405bf80 100644 --- a/sway-core/Cargo.toml +++ b/sway-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-core" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -26,7 +26,7 @@ sha2 = "0.9" smallvec = "1.7" source-span = "2.4" structopt = { version = "0.3", default-features = false, optional = true } -sway-types = { version = "0.1.5", path = "../sway-types" } +sway-types = { version = "0.1.6", path = "../sway-types" } thiserror = "1.0" uuid-b64 = "0.1" diff --git a/sway-fmt/Cargo.toml b/sway-fmt/Cargo.toml index 59e01637fdb..908dfee49c3 100644 --- a/sway-fmt/Cargo.toml +++ b/sway-fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-fmt" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -10,4 +10,4 @@ description = "Sway sway-fmt." [dependencies] ropey = "1.2" -sway-core = { version = "0.1.5", path = "../sway-core" } +sway-core = { version = "0.1.6", path = "../sway-core" } diff --git a/sway-server/Cargo.toml b/sway-server/Cargo.toml index 68cde03b807..e1cc2ba7645 100644 --- a/sway-server/Cargo.toml +++ b/sway-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-server" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" @@ -14,7 +14,7 @@ lspower = "1.0.0" pest = { version = "3.0", package = "fuel-pest" } ropey = "1.2" serde_json = "1.0.60" -sway-core = { version = "0.1.5", path = "../sway-core" } -sway-fmt = { version = "0.1.5", path = "../sway-fmt" } -sway-utils = { version = "0.1.5", path = "../sway-utils" } +sway-core = { version = "0.1.6", path = "../sway-core" } +sway-fmt = { version = "0.1.6", path = "../sway-fmt" } +sway-utils = { version = "0.1.6", path = "../sway-utils" } tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] } diff --git a/sway-types/Cargo.toml b/sway-types/Cargo.toml index acbadc4e9c7..b9b5ed81953 100644 --- a/sway-types/Cargo.toml +++ b/sway-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-types" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" homepage = "https://fuel.network/" diff --git a/sway-utils/Cargo.toml b/sway-utils/Cargo.toml index efd61a465b9..7cb7dd6c40f 100644 --- a/sway-utils/Cargo.toml +++ b/sway-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-utils" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/test/Cargo.toml b/test/Cargo.toml index a11a1041305..c2f345e503e 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "test" -version = "0.1.5" +version = "0.1.6" authors = ["Fuel Labs "] edition = "2018" publish = false [dependencies] -forc = { version = "0.1.5", path = "../forc", features = ["test"], default-features = false } +forc = { version = "0.1.6", path = "../forc", features = ["test"], default-features = false } fuel-asm = "0.1" fuel-tx = "0.1" fuel-vm = { version = "0.1", features = ["random"] }