Skip to content

Commit

Permalink
Merge branch 'compose-messages-ng'
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Dec 12, 2023
2 parents a9f4fa1 + fc1973a commit 75717c1
Show file tree
Hide file tree
Showing 26 changed files with 9,182 additions and 1,869 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.65, stable, beta, nightly]
rust: [1.71, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["network-programming"]
description = "A Library with Building Blocks for BGP Routing"
documentation = "https://docs.rs/routecore/"
edition = "2021"
rust-version = "1.65"
rust-version = "1.71"
keywords = ["routing", "bgp"]
license = "BSD-3-Clause"

Expand All @@ -23,11 +23,12 @@ chrono = { version = "0.4", optional = true }
const-str = { version = "0.5.3", optional = true, features = ["case"] }
log = { version = "0.4.17", optional = true }

octseq = { version = "0.2.0", features = ["bytes"], optional = true }
octseq = { version = "0.3.1", features = ["bytes"], optional = true }
tokio = { version = "1", features = ["sync", "rt"], optional = true }

[dev-dependencies]
serde_test = "1.0"
memmap2 = "0.6"

[features]
default = ["octseq"]
Expand Down
4 changes: 4 additions & 0 deletions fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
corpus
artifacts
coverage
Loading

0 comments on commit 75717c1

Please sign in to comment.