Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktims committed Nov 17, 2023
1 parent fc24a5d commit 3eb978d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
[package]
name = "rs-aggregate"
version = "0.3.0"
version = "0.3.1"
authors = ["Keenan Tims <[email protected]>"]
edition = "2021"
description = "Aggregate a list of IP prefixes into their minimum equivalent representation"
readme = "README.md"
repository = "https://github.com/ktims/rs-aggregate"
license = "MIT"
categories = ["network-programming"]
exclude = [
".github/*",
"doc/*",
"test-data/*",
]
exclude = [".github/*", "doc/*", "test-data/*"]

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
Expand Down

0 comments on commit 3eb978d

Please sign in to comment.