Skip to content

Commit

Permalink
Switch to relying on notion-generator from git
Browse files Browse the repository at this point in the history
For now `notion-generator` can't be published to crates.io because of
relying on the fork of time crate
Might be able to published it after time-rs/time#407
  • Loading branch information
Mathspy committed Dec 22, 2021
1 parent 616035f commit 78471ac
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
Expand Up @@ -14,7 +14,7 @@ either = { version = "1" }
futures-util = { version = "0.3" }
itertools = { version = "0.10" }
maud = { version = "0.23" }
notion-generator = { path = "../notion-generator" }
notion-generator = { git = "https://github.com/Mathspy/notion-generator", rev = "ed374ab" }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
Expand Down

0 comments on commit 78471ac

Please sign in to comment.