Skip to content

Commit 2c28416

Browse files
committed
v0.4.0
1 parent b692570 commit 2c28416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diameter"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Jason Lee<lwlee2608@gmail.com>"]
66
description = "Rust Implementation of the Diameter Protocol."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add this crate to your Rust project by adding the following to your `Cargo.toml`
2424

2525
```toml
2626
[dependencies]
27-
diameter-rs = "^0.3"
27+
diameter-rs = "^0.4"
2828
```
2929

3030
### Diameter Server Example

0 commit comments

Comments
 (0)