Skip to content

Commit

Permalink
Use exact dependency version for serde_json (#494)
Browse files Browse the repository at this point in the history
* Use exact dep version.

* Bump version to 0.1.3.
  • Loading branch information
adlerjohn authored Dec 25, 2021
1 parent 2431af7 commit d30d322
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion docstrings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docstrings"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
publish = false

Expand Down
14 changes: 7 additions & 7 deletions forc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forc"
version = "0.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -25,14 +25,14 @@ prettydiff = "0.4.0"
reqwest = { version = "0.11.4", features = ["json"] }
semver = "1.0.3"
serde = {version = "1.0", features = ["derive"]}
serde_json = "*"
serde_json = "1.0.73"
source-span = "2.4"
structopt = "0.3"
sway-core = { version = "0.1.2", path = "../sway-core" }
sway-fmt = { version = "0.1.2", path = "../sway-fmt" }
sway-server = { version = "0.1.2", path = "../sway-server" }
sway-utils = { version = "0.1.2", path = "../sway-utils" }
sway-types = { version = "0.1.2", path = "../sway-types" }
sway-core = { version = "0.1.3", path = "../sway-core" }
sway-fmt = { version = "0.1.3", path = "../sway-fmt" }
sway-server = { version = "0.1.3", path = "../sway-server" }
sway-utils = { version = "0.1.3", path = "../sway-utils" }
sway-types = { version = "0.1.3", path = "../sway-types" }
tar = "0.4.35"
term-table = "1.3"
termcolor = "1.1"
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.1.2"
version = "0.1.3"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 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.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -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.2", path = "../sway-types" }
sway-types = { version = "0.1.3", path = "../sway-types" }
thiserror = "1.0"
uuid-b64 = "0.1"

Expand Down
4 changes: 2 additions & 2 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.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -10,4 +10,4 @@ description = "Sway sway-fmt."

[dependencies]
ropey = "1.2"
sway-core = { version = "0.1.2", path = "../sway-core" }
sway-core = { version = "0.1.3", path = "../sway-core" }
8 changes: 4 additions & 4 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.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
homepage = "https://fuel.network/"
Expand All @@ -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.2", path = "../sway-core" }
sway-fmt = { version = "0.1.2", path = "../sway-fmt" }
sway-utils = { version = "0.1.2", path = "../sway-utils" }
sway-core = { version = "0.1.3", path = "../sway-core" }
sway-fmt = { version = "0.1.3", path = "../sway-fmt" }
sway-utils = { version = "0.1.3", 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.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
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.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
Expand Down
6 changes: 3 additions & 3 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "test"
version = "0.1.2"
version = "0.1.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2018"
publish = false

[dependencies]
forc = { version = "0.1.2", path = "../forc", features = ["test"], default-features = false }
forc = { version = "0.1.3", path = "../forc", features = ["test"], default-features = false }
fuel-asm = "0.1"
fuel-tx = "0.1"
fuel-vm = { version = "0.1", features = ["random"] }
rand = "0.8"
regex = "1"
tokio = "1.12"
serde_json = "*"
serde_json = "1.0.73"

0 comments on commit d30d322

Please sign in to comment.