Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lxl66566 committed Aug 9, 2024
1 parent 5b2ec17 commit 8814813
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ futures-util = "0.3.30"
hex = "0.4.3"
home = "0.5.9"
log = "0.4.22"
openssl = { version = "0.10.66", features = ["vendored"], optional = true }
pretty_env_logger = "0.5.0"
rusqlite = { version = "0.32.1", features = ["bundled"], optional = true }
serde = { version = "1.0.204", features = ["derive"] }
Expand All @@ -46,7 +47,7 @@ path = "src/main.rs"
[features]
default = ["sled"]
sled = ["sled_crate"]
sqlite = ["rusqlite"]
sqlite = ["rusqlite", "openssl"]

[profile.release]
lto = true
Expand Down

0 comments on commit 8814813

Please sign in to comment.