Skip to content

Commit

Permalink
remove static
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <nik@restate.dev>
  • Loading branch information
nikrooz committed Oct 14, 2024
1 parent 019a665 commit 0a4f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web-ui/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const UI_ASSETS: &'static [u8] = include_bytes!("../assets/ui-v0.0.0.zip");
pub const UI_ASSETS: &[u8] = include_bytes!("../assets/ui-v0.0.0.zip");

0 comments on commit 0a4f6d2

Please sign in to comment.