Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Aug 15, 2019
1 parent 9020349 commit a55fc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio-sync = "0.1"
default = [ "executor", "geospatial" ]

geospatial = []
executor = ["tokio-executor"]
executor = [ "tokio-executor" ]

[target.'cfg(unix)'.dependencies]
tokio-uds = { version = "0.2" }
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ install:
build: false

test_script:
- cargo test --verbose --no-default-features %cargoflags%
- cargo test --verbose --no-default-features --features executor %cargoflags%

0 comments on commit a55fc24

Please sign in to comment.