Skip to content

Commit

Permalink
chore: bump metacall crate to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hulxv committed Sep 6, 2024
1 parent f49be42 commit 0086a1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Another SSR framework but built with MetaCall!"
anyhow = "1.0.82"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
metacall = "0.4.0"
metacall = "0.4.1"
nu-ansi-term = "0.50.0"
walkdir = "2.5.0"
serde_json = "1.0.120"
Expand Down
2 changes: 1 addition & 1 deletion crates/metassr-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Web builder & client bundler (built on Rspack), built for MetaSSR
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
metacall = "0.4.0"
metacall = "0.4.1"
anyhow = "1.0.82"
serde_json = "1.0.120"
metassr-utils = { version = "0.1.0", path = "../metassr-utils" }
Expand Down
2 changes: 1 addition & 1 deletion metassr-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
metacall = "0.4.0"
metacall = "0.4.1"

axum = "0.7.5"
tokio = "1.37.0"
Expand Down

0 comments on commit 0086a1f

Please sign in to comment.