Skip to content

Commit

Permalink
fix: 🐛 added version numbers for local package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Sep 2, 2021
1 parent 64fde07 commit b700cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
perseus = { path = "../perseus" }
perseus = { path = "../perseus", version = "0.1.0" }
actix-web = "3.3"
actix-files = "0.5"
urlencoding = "2.1"
Expand Down

0 comments on commit b700cf7

Please sign in to comment.