File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " diameter"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55authors = [" Jason Lee<lwlee2608@gmail.com>" ]
66description = " Rust Implementation of the Diameter Protocol."
Original file line number Diff line number Diff line change 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.7.0 /examples/server.rs
14- //! [`client`]: https://github.com/lwlee2608/diameter-rs/blob/v0.7.0 /examples/client.rs
13+ //! [`server`]: https://github.com/lwlee2608/diameter-rs/blob/v0.7.1 /examples/server.rs
14+ //! [`client`]: https://github.com/lwlee2608/diameter-rs/blob/v0.7.1 /examples/client.rs
1515
1616pub mod avp;
1717pub mod diameter;
You can’t perform that action at this time.
0 commit comments