Skip to content

Commit 0e38d74

Browse files
committed
update toml versions
1 parent 75f13a9 commit 0e38d74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "webgestalt"
5-
version = "0.3.0"
5+
version = "0.3.1"
66
authors = ["John Elizarraras"]
77
edition = "2021"
88
rust-version = "1.63.0"
@@ -17,7 +17,7 @@ bincode = "1.3.3"
1717
clap = { version = "4.4.15", features = ["derive"] }
1818
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
1919
serde_json = "1.0.116"
20-
webgestalt_lib = { version = "0.3.0", path = "webgestalt_lib" }
20+
webgestalt_lib = { version = "0.3.1", path = "webgestalt_lib" }
2121

2222
[profile.release]
2323
opt-level = 3

webgestalt_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webgestalt_lib"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["John Elizarraras"]
55
edition = "2021"
66
rust-version = "1.63.0"

0 commit comments

Comments
 (0)