Skip to content

Commit

Permalink
Enable cert-auth by-default
Browse files Browse the repository at this point in the history
It's reasonable to have most useful features enabled by-default, especially since the certificate auth is the recommended way instead of using password.
  • Loading branch information
andrusha authored Feb 21, 2024
1 parent 013f24c commit 8a1880d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowflake-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repository = "https://github.com/mycelial/snowflake-rs"
version = "0.6.0"

[features]
default = ["cert-auth"]
cert-auth = ["dep:snowflake-jwt"]

[dependencies]
Expand Down

0 comments on commit 8a1880d

Please sign in to comment.