Skip to content

Commit

Permalink
version 2024.11.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kruse committed Nov 1, 2024
1 parent 1f6d5c9 commit 09a5e7b
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.8.9-1"
version = "2024.11.1-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.6.1", 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.12", default-features = false, features = [
"html",
"html",
] }
regex = "1"
axum-login = "0.16.0"
Expand Down

0 comments on commit 09a5e7b

Please sign in to comment.