Skip to content

Commit 597a13f

Browse files
committed
Fix hook
1 parent 61f04fa commit 597a13f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cargo-husky/hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -xe
22

33
cargo clippy --features=community -- -D warnings
4-
cargo clippy --features=entreprise -- -D warnings
4+
cargo clippy --features=enterprise -- -D warnings
55

66
# Check fmt (protip: run 'cargo fmt --all -- --emit files' to apply format locally)
77
cargo fmt --all -- --check

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "couchbase_lite"
3-
version = "3.2.1-0"
43
# The first three numbers correspond to the Couchbase Lite C release, the fourth number corresponds to the Doctolib release
4+
version = "3.2.1-0"
55
edition = "2021"
66

77
[dependencies]

0 commit comments

Comments
 (0)