Skip to content

Commit

Permalink
Use core-futures-tls from global branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jul 31, 2019
1 parent 144f9a2 commit 7a225a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libuser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.3"
libm = "0.1"
futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] }
generational-arena = { version = "0.2", default-features = false }
core = { package = "core-futures-tls", path = "../../core-futures-tls" }
core = { package = "core-futures-tls", git = "https://github.com/SunriseOS/core-futures-tls", branch = "global" }

[dependencies.byteorder]
default-features = false
Expand Down

0 comments on commit 7a225a2

Please # to comment.