Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
teimuraz committed May 10, 2024
1 parent 6a64936 commit 7881c5c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["middleware", "interceptor", "tonic", "async", "grpc"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/teimuraz/tonic-middleware"
version = "0.1.3"
version = "0.1.4"

[dependencies]
tonic = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ through Tonic's layer.

Add to Cargo.toml
```
tonic-middleware = "0.1.3"
tonic-middleware = "0.1.4"
```

See full [example](https://github.com/teimuraz/tonic-middleware/tree/main/example) or check [integration tests](https://github.com/teimuraz/tonic-middleware/blob/main/integration_tests/tests/tests.rs)
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/client.rs"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
tonic = "0.11.0"
prost = "0.12.3"
tonic-middleware = "0.1.3"
tonic-middleware = "0.1.4"


[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "integration_tests"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

[lib]
Expand Down

0 comments on commit 7881c5c

Please sign in to comment.