Skip to content

Commit

Permalink
octets: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Jan 25, 2024
1 parent 21704e0 commit 85ab56f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env_logger = "0.10"
mio = { version = "0.8", features = ["net", "os-poll"] }
url = "1"
log = "0.4"
octets = { version = "0.2", path = "../octets" }
octets = { version = "0.3", path = "../octets" }
ring = "0.17"
quiche = { path = "../quiche" }
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion octets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "octets"
version = "0.2.0"
version = "0.3.0"
authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
edition = "2018"
description = "Zero-copy abstraction for parsing and constructing network packets"
Expand Down
2 changes: 1 addition & 1 deletion quiche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ libm = "0.2"
ring = "0.17"
slab = "0.4"
once_cell = "1"
octets = { version = "0.2", path = "../octets" }
octets = { version = "0.3", path = "../octets" }
boring = { version = "4", optional = true }
foreign-types-shared = { version = "0.3.0", optional = true }
intrusive-collections = "0.9.5"
Expand Down

0 comments on commit 85ab56f

Please sign in to comment.