Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 5, 2022
1 parent fd5ba77 commit c870d31
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist-core"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
edition = "2021"

description = "necessist-core"
Expand Down
32 changes: 16 additions & 16 deletions crates_io/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 crates_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
edition = "2021"

description = "necessist"
Expand All @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/necessist"

[dependencies]
necessist-core = { version = "=0.1.0-beta.5", path = "../core", features = ["clap"] }
necessist-core = { version = "=0.1.0-beta.6", path = "../core", features = ["clap"] }

anyhow = "1.0"
clap = { version = "4.0", features = ["cargo", "derive"] }
Expand Down
4 changes: 2 additions & 2 deletions necessist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist"
version = "0.1.0-beta.5"
version = "0.1.0-beta.6"
edition = "2021"

description = "necessist"
Expand All @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/necessist"

[dependencies]
necessist-core = { version = "=0.1.0-beta.5", path = "../core", features = ["clap"] }
necessist-core = { version = "=0.1.0-beta.6", path = "../core", features = ["clap"] }

anyhow = "1.0"
clap = { version = "4.0", features = ["cargo", "derive"] }
Expand Down

0 comments on commit c870d31

Please sign in to comment.