Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Apr 13, 2024
1 parent 80ab8ad commit cf2194d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.6"
version = "0.3.0"
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.6" }
sectxtlib = { path = "../sectxtlib", version = "0.3.0" }
anyhow = ">=1.0"
argh = ">=0.1"
futures = ">=0.3"
Expand Down
4 changes: 2 additions & 2 deletions sectxtfuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectxtfuzz"
version = "0.2.6"
version = "0.3.0"
authors = ["eikendev"]
edition = "2021"
description = "A fuzzer for sectxtlib"
Expand All @@ -11,4 +11,4 @@ license = "ISC"

[dependencies]
afl = "*"
sectxtlib = { path = "../sectxtlib", version = "0.2.6" }
sectxtlib = { path = "../sectxtlib", version = "0.3.0" }
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.6"
version = "0.3.0"
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 cf2194d

Please sign in to comment.