Skip to content

Commit

Permalink
Merge pull request #10 from sebadob/prepare-v0.9.1
Browse files Browse the repository at this point in the history
Prepare v0.9.1
  • Loading branch information
sebadob authored Dec 15, 2023
2 parents 8fcc9c6 + 21bec0e commit 395f7fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.9.1

Typo corrections in documentation and removed now obsolete minimal-versions dependencies.

## 0.9.0

### Changes
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redhac"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.65.0"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -30,17 +30,14 @@ rand = "0.8"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.21.2", features = ["full"] }
tokio-stream = "0.1.5"
tonic = { version = "0.10", features = ["gzip", "tls", "tls-webpki-roots"] }
tonic = { version = "0.10.2", features = ["gzip", "tls", "tls-webpki-roots"] }
tower = "0.4"
tracing = "0.1"

# make minimal versions happy
ahash = "0.8.0"
flate2 = "1.0.6"
crc32fast = "1.1.2"
# for tonic v0.10
rustls = "0.21.7"
hyper = "0.14.26"

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 395f7fd

Please sign in to comment.