Skip to content

Commit

Permalink
Oops, apwm dependency should be a git one, not a path
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed May 21, 2024
1 parent 63c6723 commit 3468a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apwm = { path = "../apwm" }
apwm = { git = "https://github.com/Eijebong/APWM.git" }
anyhow = "1.0.79"
askama = { version = "0.12.1", features = ["with-rocket", "markdown"] }
askama_rocket = "0.12.0"
Expand Down

0 comments on commit 3468a9b

Please sign in to comment.