Skip to content

Commit

Permalink
version 2024.8.9-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kruse committed Aug 9, 2024
1 parent df1e0f3 commit f0c9099
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "wwwtech_rs"
version = "2024.5.5-1"
version = "2024.8.9-1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.7", features = [
"http2",
"multipart",
"tracing",
"macros",
"http2",
"multipart",
"tracing",
"macros",
] }
axum-extra = "0.9"
tower-http = { version = "0.5.2", features = ["fs", "trace"] }
Expand All @@ -29,7 +29,7 @@ askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.4.0"
atom_syndication = "0.12"
pulldown-cmark = { version = "0.11", default-features = false, features = [
"html",
"html",
] }
regex = "1"
axum-login = "0.15.3"
Expand Down

0 comments on commit f0c9099

Please sign in to comment.