Skip to content

Commit

Permalink
Update internal dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 7, 2022
1 parent f4d0306 commit 98d73ee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ exclude = ["/.*"]
#async-std = { version = "1.10.0", features = ["attributes"] }
anyhow = "1.0.37"
#cap-async-std = { path = "cap-async-std", version = "^0.25.0" }
cap-fs-ext = { path = "cap-fs-ext", version = "^1.0.0-rc1" }
cap-directories = { path = "cap-directories", version = "^1.0.0-rc1" }
cap-std = { path = "cap-std", version = "^1.0.0-rc1" }
cap-tempfile = { path = "cap-tempfile", version = "^1.0.0-rc1" }
cap-rand = { path = "cap-rand", version = "^1.0.0-rc1" }
cap-fs-ext = { path = "cap-fs-ext", version = "^1.0.0-rc2" }
cap-directories = { path = "cap-directories", version = "^1.0.0-rc2" }
cap-std = { path = "cap-std", version = "^1.0.0-rc2" }
cap-tempfile = { path = "cap-tempfile", version = "^1.0.0-rc2" }
cap-rand = { path = "cap-rand", version = "^1.0.0-rc2" }
rand = "0.8.1"
tempfile = "3.1.0"
camino = "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion cap-directories/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
cap-std = { path = "../cap-std", version = "^1.0.0-rc1" }
cap-std = { path = "../cap-std", version = "^1.0.0-rc2" }
directories-next = "2.0.0"

[target.'cfg(not(windows))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions cap-fs-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ edition = "2018"
[dependencies]
arf-strings = { version = "0.6.7", optional = true }
#cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.25.0" }
cap-std = { path = "../cap-std", optional = true, version = "^1.0.0-rc1" }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc1" }
cap-std = { path = "../cap-std", optional = true, version = "^1.0.0-rc2" }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc2" }
io-lifetimes = { version = "1.0.0", default-features = false }
# Enable "unstable" for `spawn_blocking`.
#async-std = { version = "1.10.0", features = ["attributes", "unstable"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cap-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg=doc_cfg"]

[dependencies]
arf-strings = { version = "0.6.7", optional = true }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc1" }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc2" }
ipnet = "2.3.0"
io-extras = "0.16.0"
io-lifetimes = { version = "1.0.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cap-tempfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
cap-std = { path = "../cap-std", version = "^1.0.0-rc1" }
cap-std = { path = "../cap-std", version = "^1.0.0-rc2" }
uuid = { version = "1.0.0", features = ["v4"] }
camino = { version = "1.0.5", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions cap-time-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc1" }
cap-std = { path = "../cap-std", optional = true, version = "^1.0.0-rc1" }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc2" }
cap-std = { path = "../cap-std", optional = true, version = "^1.0.0-rc2" }

[target.'cfg(not(windows))'.dependencies]
rustix = { version = "0.36.0", features = ["time"] }
Expand Down

0 comments on commit 98d73ee

Please sign in to comment.