We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f04fa commit 597a13fCopy full SHA for 597a13f
.cargo-husky/hooks/pre-commit
@@ -1,7 +1,7 @@
1
#!/bin/sh -xe
2
3
cargo clippy --features=community -- -D warnings
4
-cargo clippy --features=entreprise -- -D warnings
+cargo clippy --features=enterprise -- -D warnings
5
6
# Check fmt (protip: run 'cargo fmt --all -- --emit files' to apply format locally)
7
cargo fmt --all -- --check
Cargo.toml
[package]
name = "couchbase_lite"
-version = "3.2.1-0"
# The first three numbers correspond to the Couchbase Lite C release, the fourth number corresponds to the Doctolib release
+version = "3.2.1-0"
edition = "2021"
[dependencies]
0 commit comments