Skip to content

Commit f69f870

Browse files
committed
Bump bytesbuf_io from 0.1.1 to 0.2.0
Update ohno dependency at least. Update bytesbuf_io version to 0.2.0
1 parent 3a59a02 commit f69f870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repository = "https://github.com/microsoft/oxidizer"
2525

2626
# local dependencies
2727
bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.2.2" }
28-
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.1.1" }
28+
bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.2.0" }
2929
data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.10.1" }
3030
data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.9.0" }
3131
data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.9.0" }

crates/bytesbuf_io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "bytesbuf_io"
66
description = "Asynchronous I/O abstractions expressed via `bytesbuf` types."
7-
version = "0.1.1"
7+
version = "0.2.0"
88
readme = "README.md"
99
keywords = ["oxidizer", "io", "zero-copy", "performance", "async"]
1010
categories = [

0 commit comments

Comments
 (0)