mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 23:32:43 +02:00
update rust toolchain to 1.82 (#255)
* update rust to 1.82 pin it, also update envoy to 1.32 and python to 3.13 * use python:3.12
This commit is contained in:
parent
4b2b371876
commit
d87105882b
10 changed files with 28 additions and 28 deletions
|
|
@ -17,10 +17,10 @@ use std::collections::HashMap;
|
|||
use std::path::Path;
|
||||
|
||||
fn wasm_module() -> String {
|
||||
let wasm_file = Path::new("../target/wasm32-wasi/release/prompt_gateway.wasm");
|
||||
let wasm_file = Path::new("../target/wasm32-wasip1/release/prompt_gateway.wasm");
|
||||
assert!(
|
||||
wasm_file.exists(),
|
||||
"Run `cargo build --release --target=wasm32-wasi` first"
|
||||
"Run `cargo build --release --target=wasm32-wasip1` first"
|
||||
);
|
||||
wasm_file.to_str().unwrap().to_string()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue