Skip to content

Commit

Permalink
Small version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Oct 25, 2024
1 parent f06a4eb commit 78f80ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ uring = ["tokio-uring", "kvarn_signal/uring", "async-networking"]
# also add to https://kvarn.org/cargo-features.

[dev-dependencies]
kvarn_testing = { path = "testing", version = "0.6" }
kvarn_testing = { path = "testing", version = "0.6.1" }

# profile for binary sub-crates.
[profile.distribution]
Expand Down
2 changes: 1 addition & 1 deletion extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["template-engine"]

[dependencies]
futures-util = "0.3"
kvarn = { path = "../", default-features = false, version = "0.6" }
kvarn = { path = "../", default-features = false, version = "0.6.2" }
kvarn-fastcgi-client = { version = "0.9", optional = true }
tokio = { version = "1.24", features = ["fs"] }
# tokio-uring = { git = "https://github.com/Icelk/tokio-uring", branch = "recvmsg-msg_control", features = ["bytes"], optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#![doc(html_favicon_url = "https://kvarn.org/favicon.svg")]
#![doc(html_logo_url = "https://kvarn.org/logo.svg")]
#![doc(html_root_url = "https://doc.kvarn.org/")]

// not using tokio::net::TcpSocket is sometimes weird
#![cfg_attr(
not(feature = "async-networking"),
Expand Down
4 changes: 2 additions & 2 deletions testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvarn_testing"
version = "0.6.0"
version = "0.6.1"
authors = ["Icelk <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand All @@ -12,7 +12,7 @@ license = "Apache-2.0"
categories = ["web-programming", "development-tools::testing"]

[dependencies]
kvarn = { path = "../", features = ["full"], version = "0.6.0" }
kvarn = { path = "../", features = ["full"], version = "0.6.2" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-manual-roots", "http2"] }
rand = "0.8"
rcgen = "0.13"
Expand Down

0 comments on commit 78f80ab

Please sign in to comment.