Skip to content

Commit

Permalink
local_server: use rust_embed::Embed from latest version of rust_embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Sep 29, 2024
1 parent 1b63b18 commit ef2b5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::DataInterface;
type DataInterfacePointer = Arc<Mutex<Box<dyn DataInterface>>>;
pub type PortsToTry = Box<dyn Iterator<Item = usize>>;

#[derive(rust_embed::RustEmbed)]
#[derive(rust_embed::Embed)]
#[folder = "webapp/dist/"]
struct StaticFiles;

Expand Down

0 comments on commit ef2b5fb

Please sign in to comment.