diff options
author | 2021-12-11 20:23:11 +0200 | |
---|---|---|
committer | 2021-12-11 10:23:11 -0800 | |
commit | f48378ec16af1035af32ed16592099104a552d90 (patch) | |
tree | 5407e21cb7e99d379c5c6f5474def43ad7e99388 /Cargo.toml | |
parent | e28f581e1d91bbe40074c47a90b0bdf6528107c2 (diff) | |
download | notion-f48378ec16af1035af32ed16592099104a552d90.tar.gz notion-f48378ec16af1035af32ed16592099104a552d90.tar.zst notion-f48378ec16af1035af32ed16592099104a552d90.zip |
fix(example): Example wasn't compling + lib fixes (#19)
* get page + query database bugfixes
* fixed wrong error type
* clap integration fix
* comments cleaning
* source formatting using cargo format
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ features = ["derive"] cargo-husky = "1" wiremock = "0.5.2" anyhow = "1.0.40" -clap = "3.0.0-beta.2" +clap = { version = "3.0.0-rc.0", features = ["derive"] } skim = "0.9.4" crossbeam-channel = "0.5" toml = "0.5.8" |