Skip to content

Commit

Permalink
build: set mrml version for axum example
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <[email protected]>
  • Loading branch information
jdrouet committed Oct 27, 2024
1 parent 62d0f79 commit bf95153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = { version = "0.7", features = ["macros"] }
mrml = { version = "*", path = "../../packages/mrml-core", features = [
mrml = { version = "4.0.1", path = "../../packages/mrml-core", features = [
"async",
"http-loader-async-reqwest",
] }
Expand Down

0 comments on commit bf95153

Please sign in to comment.