Skip to content

Commit

Permalink
fix: make vfox/vendored-lua optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 6, 2024
1 parent 3627767 commit acc674b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ url = "2"
usage-lib = { version = "1", features = ["clap", "docs"] }
versions = { version = "6", features = ["serde"] }
# vfox = { path = "../vfox.rs" }
vfox = "0.3"
vfox = { version = "0.3", default-features = false }
walkdir = "2"
which = "7"
xx = { version = "1", features = ["glob"] }
Expand Down Expand Up @@ -164,7 +164,7 @@ test-case = "3"
test-log = "0.2"

[features]
default = ["native-tls"]
default = ["native-tls", "vfox/vendored-lua"]
timings = []
native-tls = ["reqwest/native-tls", "ubi/native-tls"]
rustls = ["reqwest/rustls-tls", "self_update/rustls", "ubi/rustls-tls"]
Expand Down

0 comments on commit acc674b

Please sign in to comment.