File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 rust :
2121 - stable
22- - 1.63 .0
22+ - 1.65 .0
2323 - nightly
2424 steps :
2525 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
1111readme = " README.md"
1212categories = [" network-programming" , " parser-implementations" ]
1313edition = " 2018"
14- rust-version = " 1.63 "
14+ rust-version = " 1.65 "
1515
1616include = [
1717 " CHANGELOG.md" ,
Original file line number Diff line number Diff line change 55[ ![ Crates.io Version] ( https://img.shields.io/crates/v/pcap-parser.svg )] ( https://crates.io/crates/pcap-parser )
66[ ![ docs.rs] ( https://docs.rs/pcap-parser/badge.svg )] ( https://docs.rs/pcap-parser )
77[ ![ Github CI] ( https://github.com/rusticata/pcap-parser/workflows/Continuous%20integration/badge.svg )] ( https://github.com/rusticata/pcap-parser/actions )
8- [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.63 .0+-lightgray.svg )] ( #rust-version-requirements )
8+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.65 .0+-lightgray.svg )] ( #rust-version-requirements )
99
1010# PCAP and PCAPNG parsers
1111
Original file line number Diff line number Diff line change 33//! [](https://crates.io/crates/pcap-parser)
44//! [](https://docs.rs/pcap-parser)
55//! [](https://github.com/rusticata/pcap-parser/actions)
6- //! [](#rust-version-requirements)
6+ //! [](#rust-version-requirements)
77//!
88//! # PCAP and PCAPNG parsers
99//!
You can’t perform that action at this time.
0 commit comments