We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b692570 commit 2c28416Copy full SHA for 2c28416
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diameter"
3
-version = "0.3.3"
+version = "0.4.0"
4
edition = "2021"
5
authors = ["Jason Lee<lwlee2608@gmail.com>"]
6
description = "Rust Implementation of the Diameter Protocol."
README.md
@@ -24,7 +24,7 @@ Add this crate to your Rust project by adding the following to your `Cargo.toml`
24
25
```toml
26
[dependencies]
27
-diameter-rs = "^0.3"
+diameter-rs = "^0.4"
28
```
29
30
### Diameter Server Example
0 commit comments