Skip to content

Commit

Permalink
qlog: bump to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Apr 15, 2024
1 parent 1d00ee1 commit 00638b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qlog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qlog"
version = "0.12.0"
version = "0.13.0"
authors = ["Lucas Pardue <lucaspardue.24.7@gmail.com>"]
edition = "2018"
description = "qlog data model for QUIC and HTTP/3"
Expand Down
2 changes: 1 addition & 1 deletion quiche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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"
qlog = { version = "0.12", path = "../qlog", optional = true }
qlog = { version = "0.13", path = "../qlog", optional = true }
sfv = { version = "0.9", optional = true }
smallvec = { version = "1.10", features = ["serde", "union"] }

Expand Down

0 comments on commit 00638b1

Please sign in to comment.