Skip to content

Commit

Permalink
deps: Depend on iroh-quinn and bump version
Browse files Browse the repository at this point in the history
Iroh itself is changing it's dependency to iroh-quinn, change it here
as well.

This prepares the release as well by bumping the version number.
  • Loading branch information
flub committed May 3, 2024
1 parent ca44b8d commit ead050b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quic-rpc"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
authors = ["Rüdiger Klaehn <[email protected]>"]
keywords = ["api", "protocol", "network", "rpc"]
Expand All @@ -23,7 +23,7 @@ futures-sink = "0.3.30"
futures-util = { version = "0.3.30", features = ["sink"] }
hyper = { version = "0.14.16", features = ["full"], optional = true }
pin-project = "1"
quinn = { version = "0.10", optional = true }
quinn = { package = "iroh-quinn", version = "0.10", optional = true }
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1", default-features = false, features = ["macros", "sync"] }
tokio-serde = { version = "0.8", features = ["bincode"], optional = true }
Expand Down

0 comments on commit ead050b

Please sign in to comment.