Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/moonrepo/plugins into asd…
Browse files Browse the repository at this point in the history
…f-plugin-support
  • Loading branch information
LorenzoBloedow committed Feb 8, 2025
2 parents 006bf22 + 6062b1e commit 4b187b3
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: "https://moonrepo.dev/schemas/toolchain.json"

rust:
version: "1.84.0"
version: "1.84.1"
bins: ["cargo-nextest"]
components: ["clippy", "rustfmt"]
targets: ["wasm32-wasip1"]
Expand Down
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# moon = "1.31.1"
moon = "1.32.2"

[plugins]
bun-test = "file://./target/wasm32-wasip1/debug/bun_tool.wasm"
Expand Down
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ members = ["crates/*", "extensions/*", "tools/*"]
extism-pdk = { version = "1.3.0" }
regex = { version = "1.11.1", default-features = false, features = ["std"] }
rustc-hash = "2.1.0"
schematic = { version = "0.17.10", default-features = false, features = [
schematic = { version = "0.17.11", default-features = false, features = [
"schema",
] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
serial_test = "3.2.0"
starbase_sandbox = "0.8.2"
starbase_utils = { version = "0.10.0", default-features = false }
starbase_utils = { version = "0.10.1", default-features = false }
tokio = { version = "1.43.0", features = ["full"] }
toml = { version = "0.8.19", default-features = false, features = ["parse"] }

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.84.0"
channel = "1.84.1"
Loading

0 comments on commit 4b187b3

Please sign in to comment.