Skip to content

Commit f321eab

Browse files
committed
Fix an issue with Windows installation.
closes #10
1 parent fe47b2f commit f321eab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trunk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
description = "Build, bundle & ship your Rust WASM application to the web."
66
license = "MIT/Apache-2.0"

src/watch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl WatchSystem {
5757

5858
/// A watcher system for triggering Trunk builds.
5959
struct TrunkWatcher {
60-
pub watcher: notify::FsEventWatcher,
60+
pub watcher: notify::RecommendedWatcher,
6161
pub rx: Box<dyn FusedStream<Item=()> + Send + Unpin>,
6262
}
6363

0 commit comments

Comments
 (0)