Skip to content

Commit

Permalink
Update to arf-strings 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 7, 2022
1 parent cf14ded commit e641734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cap-async-std/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
publish = false # temporary, until async-rs/async-std#1036 is available

[dependencies]
arf-strings = { version = "0.6.7", optional = true }
arf-strings = { version = "0.7.0", optional = true }
# Enable "unstable" for `spawn_blocking`.
async-std = { version = "1.10.0", features = ["attributes", "unstable"] }
cap-primitives = { path = "../cap-primitives", version = "^0.25.0" }
Expand Down
2 changes: 1 addition & 1 deletion cap-fs-ext/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
edition = "2018"

[dependencies]
arf-strings = { version = "0.6.7", optional = true }
arf-strings = { version = "0.7.0", 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-rc2" }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc2" }
Expand Down
2 changes: 1 addition & 1 deletion cap-std/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ all-features = true
rustdoc-args = ["--cfg=doc_cfg"]

[dependencies]
arf-strings = { version = "0.6.7", optional = true }
arf-strings = { version = "0.7.0", optional = true }
cap-primitives = { path = "../cap-primitives", version = "^1.0.0-rc2" }
ipnet = "2.3.0"
io-extras = "0.16.0"
Expand Down

0 comments on commit e641734

Please sign in to comment.