Skip to content

Commit

Permalink
Bump Cargo.toml to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Nov 23, 2023
1 parent 3ffbb28 commit 9c6b56c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rugs"
version = "0.4.3-PRE"
version = "0.4.3"
authors = ["Jørgen P. Tjernø <jorgen@tjer.no>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,11 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0"
axum = "0.6.18"
base64 = "0.21.2"
chrono = { version = "0.4.19", default-features = false, features = ["serde", "clock", "std"] }
chrono = { version = "0.4.19", default-features = false, features = [
"serde",
"clock",
"std",
] }
clap = { version = "4.3.2", features = ["derive"] }
futures = "0.3.28"
hyper = "0.14.18"
Expand Down

0 comments on commit 9c6b56c

Please sign in to comment.