Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Check Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
droogmic committed Jun 14, 2022
1 parent 5f6e7f0 commit f1eff7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osm2lanes-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ syntect = { version = "5.0", default-features = false, features = [
wasm-bindgen = "0.2"
wee_alloc = { version = "0.4", optional = true }
yew = "0.19"
gloo-worker = { git = "https://github.com/droogmic/gloo", branch = "worker-v2" }
gloo-worker = { git = "https://github.com/futursolo/gloo", branch = "worker-v2" }

[dependencies.web-sys]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion osm2lanes-web/src/bin/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ fn main() {
console_error_panic_hook::set_once();
console_log::init_with_level(log::Level::Debug).expect("logging failed");
log::trace!("Initializing worker...");
ExampleLoader::register();
ExampleLoader::registrar().register();
}

0 comments on commit f1eff7d

Please sign in to comment.