Skip to content

Commit

Permalink
Update rust-embed version to fix cicd build error (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Eid authored Jan 13, 2025
1 parent 5aa816e commit 2736b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ runtimelib = { version = "0.25.0", default-features = false, features = [
"async-dispatcher-runtime",
] }
rustc-demangle = "0.1.23"
rust-embed = { version = "8.4", features = ["include-exclude"] }
rust-embed = { version = "8.5", features = ["include-exclude"] }
rustc-hash = "2.1.0"
rustls = "0.21.12"
rustls-native-certs = "0.8.0"
Expand Down

0 comments on commit 2736b2f

Please sign in to comment.