Skip to content

Commit

Permalink
cargo: bump packages version 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Dec 20, 2023
1 parent 82dd99d commit e063d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ls-qpack-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-qpack-sys"
version = "0.1.3"
version = "0.1.4"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions ls-qpack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls-qpack"
version = "0.1.3"
version = "0.1.4"
license = "MIT OR Apache-2.0"
authors = ["Biagio Festa"]
edition = "2021"
Expand All @@ -12,4 +12,4 @@ workspace = ".."

[dependencies]
libc = "0.2.146"
ls-qpack-sys = { version = "0.1.3", path = "../ls-qpack-sys" }
ls-qpack-sys = { version = "0.1.4", path = "../ls-qpack-sys" }

0 comments on commit e063d4a

Please sign in to comment.