Skip to content

Commit

Permalink
Set const snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt committed Feb 26, 2024
1 parent 806e7bf commit 19a9442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use log::debug;

const USER_AGENT: &str = concat!("OpenWorkers/", env!("CARGO_PKG_VERSION"));

static RUNTIME_SNAPSHOT: &[u8] = include_bytes!(concat!(
const RUNTIME_SNAPSHOT: &[u8] = include_bytes!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/target/RUNTIME_SNAPSHOT.bin"
));
Expand Down

0 comments on commit 19a9442

Please sign in to comment.