Skip to content

Commit

Permalink
Update features.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 21, 2023
1 parent 3df2a92 commit 95a98c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ miette = "5.10.0"
once_cell = "1.18.0"
once_map = "0.4.8"
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = [
"rustls-tls-native-roots",
] }
reqwest = { version = "0.11.20", default-features = false }
semver = "1.0.18"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ futures = "0.3.28"
human-sort = { workspace = true }
indicatif = "0.17.6"
miette = { workspace = true }
reqwest = { workspace = true, features = ["stream"] }
reqwest = { workspace = true, features = ["rustls-tls-native-roots", "stream"] }
semver = { workspace = true }
serde = { workspace = true }
starbase = "0.2.6"
Expand Down
9 changes: 1 addition & 8 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto"
[dependencies]
proto_pdk_api = { version = "0.7.2", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.6", path = "../wasm-plugin" }
version_spec = { version = "0.0.1", path = "../version-spec" }
version_spec = { version = "0.1.0", path = "../version-spec" }
warpgate = { version = "0.5.7", path = "../warpgate" }
cached = { workspace = true }
extism = { workspace = true }
Expand All @@ -19,9 +19,6 @@ miette = { workspace = true }
once_cell = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
schematic = { version = "0.11.6", default-features = false, features = [
"json",
], optional = true }
semver = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -37,7 +34,3 @@ url = "2.4.1"

[dev-dependencies]
starbase_sandbox = { workspace = true }

[features]
default = []
schematic = ["dep:schematic"]
2 changes: 1 addition & 1 deletion crates/version-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "version_spec"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A specification for working with partial, full, or aliased versions."
Expand Down

0 comments on commit 95a98c8

Please sign in to comment.