Skip to content

Commit

Permalink
Run 0.2.0-rc-2023-12-05 through the adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Jan 18, 2024
1 parent 49eb4c8 commit c4f7e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-components/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ fn main() {
.join(format!("{binary_name}.wasm"));

let adapter_version = package.split('v').last().and_then(|v| match v {
// Only allow this version through
"0.2.0-rc-2023-11-10" => Some(v),
// Only allow these versions through
"0.2.0-rc-2023-11-10" | "0.2.0-rc-2023-12-05" => Some(v),
_ => None,
});

Expand Down

0 comments on commit c4f7e6f

Please sign in to comment.