Skip to content

Commit

Permalink
Bump futures-preview from 0.3.0-alpha.17 to 0.3.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 27, 2019
1 parent 9a33611 commit 037fdea
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 40 deletions.
67 changes: 30 additions & 37 deletions 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 @@ -15,7 +15,7 @@ sunrise-libkern = { path = "../libkern" }
failure = { version = "0.1", default-features = false }
log = "0.4"
lazy_static = "1.3"
futures-preview = { version = "=0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] }
futures-preview = { version = "=0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] }
generational-arena = { version = "0.2", default-features = false }
core = { package = "core-futures-tls", version = "0.1" }

Expand Down
2 changes: 1 addition & 1 deletion libutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ default-features = false
version = "1.3.2"

[dev-dependencies]
futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly"] }
futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly"] }
2 changes: 1 addition & 1 deletion vi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sunrise-libuser = { path = "../libuser" }
sunrise-libkern = { path = "../libkern" }
sunrise-libutils = { path = "../libutils" }
spin = "0.5"
futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] }
futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] }
font-rs = { git = "https://github.com/SunriseOS/font-rs", default-features = false }
log = "0.4"
bit_field = "0.10"
Expand Down

0 comments on commit 037fdea

Please sign in to comment.