Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 13, 2023
1 parent 212eefc commit 25aaa56
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 38 deletions.
37 changes: 18 additions & 19 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 @@ -5,7 +5,7 @@ default-members = ["crates/cli"]

[workspace.dependencies]
cached = "0.46.1"
clap = "4.4.7"
clap = "4.4.8"
clap_complete = "4.4.4"
convert_case = "0.6.0"
extism = { version = "0.5.4" }
Expand Down Expand Up @@ -39,7 +39,7 @@ starbase_utils = { version = "0.3.7", default-features = false, features = [
"toml",
] }
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["full", "tracing"] }
tokio = { version = "1.34.0", features = ["full", "tracing"] }
tracing = "0.1.40"

# Config for 'cargo dist'
Expand Down
33 changes: 16 additions & 17 deletions plugins/Cargo.lock

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

1 change: 1 addition & 0 deletions plugins/wasm-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub fn register_tool(_: ()) -> FnResult<Json<ToolMetadataOutput>> {
pub fn detect_version_files(_: ()) -> FnResult<Json<DetectVersionOutput>> {
Ok(Json(DetectVersionOutput {
files: vec![".proto-wasm-version".into(), ".protowasmrc".into()],
ignore: vec!["node_modules".into()],
}))
}

Expand Down

0 comments on commit 25aaa56

Please sign in to comment.