Skip to content

Commit

Permalink
feat: update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Feb 6, 2025
1 parent 4c5d636 commit b58963f
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 108 deletions.
124 changes: 68 additions & 56 deletions 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
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
axum = { version = "0.7", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1"
leptos = { version = "0.7.3", features = ["rustls", "nightly"] }
leptos_axum = { version = "0.7.3", optional = true }
leptos_meta = { version = "0.7.3" }
leptos_router = { version = "0.7.3", features = ["nightly"] }
leptos = { version = "0.7.5", features = ["rustls", "nightly"] }
leptos_axum = { version = "0.7.5", optional = true }
leptos_meta = { version = "0.7.5" }
leptos_router = { version = "0.7.5", features = ["nightly"] }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
tower = { version = "0.5.1", optional = true }
tower-http = { version = "0.6.2", features = [
Expand All @@ -24,7 +24,7 @@ tower-http = { version = "0.6.2", features = [
"compression-zstd",
"compression-gzip",
], optional = true }
wasm-bindgen = "0.2.96"
wasm-bindgen = "0.2.97"
thiserror = "1"
tracing = { version = "0.1", optional = true }
http = "1"
Expand All @@ -48,7 +48,7 @@ lettre = { version = "0.11.9", default-features = false, optional = true, featur
"tokio1",
"tokio1-rustls-tls",
] }
leptos_icons = "0.4.0"
leptos_icons = "0.5.0"
icondata = "0.5.0"

[features]
Expand Down
1 change: 1 addition & 0 deletions migrations/20250206_233109_init_show_cta.surql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE POST SET show_cta = false;
Loading

0 comments on commit b58963f

Please sign in to comment.