Skip to content

Commit 6d37e53

Browse files
committed
Bump workspace and crate versions to 0.1.191
Updated the version numbers for the workspace and all related crates from 0.1.188 to 0.1.191 in Cargo.toml and Cargo.lock. No other functional changes were made.
1 parent 9165d87 commit 6d37e53

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.1.188"
24+
version = "0.1.191"
2525
edition = "2021"
2626
authors = ["RustAPI Contributors"]
2727
license = "MIT OR Apache-2.0"
@@ -118,3 +118,4 @@ h3-quinn = "0.0.10"
118118
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
119119
rustls-pemfile = "2.2"
120120
rcgen = "0.13"
121+

crates/rustapi-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ tracing = []
9797
http3 = ["dep:quinn", "dep:h3", "dep:h3-quinn", "dep:rustls", "dep:rustls-pemfile"]
9898
http3-dev = ["http3", "dep:rcgen"]
9999

100+

0 commit comments

Comments
 (0)