aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Dmitry Gavrovsky <dmitrygavrovsky@gmail.com> 2021-12-11 20:23:11 +0200
committerGravatar GitHub <noreply@github.com> 2021-12-11 10:23:11 -0800
commitf48378ec16af1035af32ed16592099104a552d90 (patch)
tree5407e21cb7e99d379c5c6f5474def43ad7e99388 /Cargo.toml
parente28f581e1d91bbe40074c47a90b0bdf6528107c2 (diff)
downloadnotion-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6fae322..ec9dacf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"