Skip to content

Commit 3468a9b

Browse files
committed
Oops, apwm dependency should be a git one, not a path
1 parent 63c6723 commit 3468a9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
apwm = { path = "../apwm" }
9+
apwm = { git = "https://github.com/Eijebong/APWM.git" }
1010
anyhow = "1.0.79"
1111
askama = { version = "0.12.1", features = ["with-rocket", "markdown"] }
1212
askama_rocket = "0.12.0"

0 commit comments

Comments
 (0)