Skip to content

Commit f3c130e

Browse files
committed
v0.7.0
1 parent cb23352 commit f3c130e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.0"
3+
version = "0.7.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
@@ -26,7 +26,7 @@ Add this crate to your Rust project by adding the following to your `Cargo.toml`
2626

2727
```toml
2828
[dependencies]
29-
diameter-rs = "^0.6"
29+
diameter-rs = "^0.7"
3030
```
3131

3232

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//!
1111
//! * [`server`] - A simple diameter server that listens for requests and sends a response.
1212
//!
13-
//! [`server`]: https://github.com/lwlee2608/diameter-rs/blob/v0.6.0/examples/server.rs
14-
//! [`client`]: https://github.com/lwlee2608/diameter-rs/blob/v0.6.0/examples/client.rs
13+
//! [`server`]: https://github.com/lwlee2608/diameter-rs/blob/v0.7.0/examples/server.rs
14+
//! [`client`]: https://github.com/lwlee2608/diameter-rs/blob/v0.7.0/examples/client.rs
1515
1616
pub mod avp;
1717
pub mod diameter;

0 commit comments

Comments
 (0)