Skip to content

Commit

Permalink
deps(proto): Update to v0.37.2. (#1537)
Browse files Browse the repository at this point in the history
* Update proto.

* Update tests.
  • Loading branch information
milesj authored Jul 1, 2024
1 parent 88691d3 commit 488885c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.37.1' # Keep in sync
proto-version: '0.37.2' # Keep in sync
- uses: mozilla-actions/sccache-action@v0.0.5
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ uuid = { version = "1.9.1", features = ["v4"] }
# proto/plugin related
extism = "=1.3.0"
extism-pdk = "1.2.0"
proto_core = "0.37.1"
proto_core = "0.37.2"
proto_installer = "0.5.1"
system_env = "0.5.0"
version_spec = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/common/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pub const CONFIG_PROJECT_FILENAME: &str = "moon.yml";

pub const CONFIG_TEMPLATE_FILENAME: &str = "template.yml";

pub const PROTO_CLI_VERSION: &str = "0.37.1";
pub const PROTO_CLI_VERSION: &str = "0.37.2";
22 changes: 11 additions & 11 deletions crates/config/tests/toolchain_config_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ deno: {{}}
assert_eq!(
config.bun.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.1/bun_plugin.wasm".into()
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.2/bun_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -363,7 +363,7 @@ deno:
assert_eq!(
config.deno.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/deno-plugin/releases/download/v0.11.1/deno_plugin.wasm".into()
url: "https://github.com/moonrepo/deno-plugin/releases/download/v0.11.2/deno_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -490,7 +490,7 @@ node:
assert_eq!(
config.node.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -594,7 +594,7 @@ node:
assert_eq!(
config.node.unwrap().npm.plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_depman_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -686,7 +686,7 @@ node:
assert_eq!(
config.node.unwrap().pnpm.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_depman_plugin.wasm".into()
}
);
}
Expand All @@ -710,7 +710,7 @@ node:
assert_eq!(
config.node.unwrap().pnpm.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_depman_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -812,7 +812,7 @@ node:
assert_eq!(
config.node.unwrap().yarn.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_depman_plugin.wasm".into()
}
);
}
Expand All @@ -836,7 +836,7 @@ node:
assert_eq!(
config.node.unwrap().yarn.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.2/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.3/node_depman_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -938,7 +938,7 @@ node:
assert_eq!(
config.node.unwrap().bun.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.1/bun_plugin.wasm".into()
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.2/bun_plugin.wasm".into()
}
);
}
Expand All @@ -962,7 +962,7 @@ node:
assert_eq!(
config.node.unwrap().bun.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.1/bun_plugin.wasm".into()
url: "https://github.com/moonrepo/bun-plugin/releases/download/v0.12.2/bun_plugin.wasm".into()
}
);
}
Expand Down Expand Up @@ -1171,7 +1171,7 @@ rust:
assert_eq!(
config.rust.unwrap().plugin.unwrap(),
PluginLocator::Url {
url: "https://github.com/moonrepo/rust-plugin/releases/download/v0.10.1/rust_plugin.wasm".into()
url: "https://github.com/moonrepo/rust-plugin/releases/download/v0.10.3/rust_plugin.wasm".into()
}
);
}
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

- Fixed an issue where globs wouldn't match when leading with `./`.

#### ⚙️ Internal

- Updated proto to v0.37.2 (from v0.37.1).

## 1.26.4

#### 🐞 Fixes
Expand Down

0 comments on commit 488885c

Please sign in to comment.