Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Mar 18, 2024
1 parent 800daa6 commit 9382f0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "webgestalt"
version = "0.2.1"
version = "0.3.0"
authors = ["John Elizarraras"]
edition = "2021"
rust-version = "1.63.0"
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/bzhanglab/webgestalt_rust"
bincode = "1.3.3"
clap = { version = "4.4.15", features = ["derive"] }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
webgestalt_lib = { version = "0.2.0", path = "webgestalt_lib" }
webgestalt_lib = { version = "0.3.0", path = "webgestalt_lib" }

[profile.release]
opt-level = 3
2 changes: 1 addition & 1 deletion webgestalt_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webgestalt_lib"
version = "0.2.1"
version = "0.3.0"
authors = ["John Elizarraras"]
edition = "2021"
rust-version = "1.63.0"
Expand Down

0 comments on commit 9382f0a

Please sign in to comment.