Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Oct 8, 2023
1 parent 52ed53b commit 80b2acc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions sectxtbin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxt"
version = "0.2.2"
version = "0.2.3"
authors = ["eikendev"]
edition = "2021"
description = "A tool for working with security.txt files as specified in RFC 9116"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
license = "ISC"

[dependencies]
sectxtlib = { path = "../sectxtlib", version = "0.2.2" }
sectxtlib = { path = "../sectxtlib", version = "0.2.3" }
anyhow = ">=1.0"
argh = ">=0.1"
futures = ">=0.3"
Expand Down
2 changes: 1 addition & 1 deletion sectxtfuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxtfuzz"
version = "0.2.2"
version = "0.2.3"
authors = ["eikendev"]
edition = "2021"
description = "A fuzzer for sectxtlib"
Expand Down
2 changes: 1 addition & 1 deletion sectxtlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxtlib"
version = "0.2.2"
version = "0.2.3"
authors = ["eikendev"]
edition = "2021"
description = "A library for parsing and validating security.txt files as specified in RFC 9116"
Expand Down

0 comments on commit 80b2acc

Please sign in to comment.