File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.2.2] - 2023-06-25
4+
5+ - Make all functions const if possible
6+
37## [ 0.2.1] - 2021-10-08
48
59- Fix major problems in the ` BitString ` trait implementation for ` AnyIpCidr `
2428
2529[ 0.2.0 ] : https://github.com/stbuehler/rust-cidr/compare/cidr-0.1.1...cidr-0.2.0
2630[ 0.2.1 ] : https://github.com/stbuehler/rust-cidr/compare/cidr-0.2.0...cidr-0.2.1
31+ [ 0.2.2 ] : https://github.com/stbuehler/rust-cidr/compare/cidr-0.2.1...cidr-0.2.2
Original file line number Diff line number Diff line change 11[package ]
22name = " cidr"
33# also bump version in html_root_url in src/lib.rs
4- version = " 0.2.1 "
4+ version = " 0.2.2 "
55edition = " 2018"
66authors = [
" Stefan Bühler <[email protected] >" ]
77description = " IP network and IP host within network types"
Original file line number Diff line number Diff line change 22#![ cfg_attr( not( feature = "std" ) , no_std) ]
33#![ warn( missing_docs) ]
44#![ warn( rust_2018_idioms) ]
5- #![ doc( html_root_url = "https://docs.rs/cidr/0.2.1 " ) ]
5+ #![ doc( html_root_url = "https://docs.rs/cidr/0.2.2 " ) ]
66#![ allow( clippy:: match_like_matches_macro) ]
77
88//! This library provides types to represent an IP network ([`Cidr`]) or
You can’t perform that action at this time.
0 commit comments