Skip to content

Commit

Permalink
Backport better enumset fix to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Feb 12, 2021
1 parent f91a6f4 commit 491118f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "cursive_core"
readme = "Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.1.2"
version = "0.1.3"
edition = "2018"

[package.metadata.docs.rs]
Expand All @@ -22,8 +22,7 @@ repository = "gyscos/cursive"

[dependencies]
enum-map = "0.6"
enumset = "1"
syn = "=1.0.57"
enumset = "1.0.4"
log = "0.4"
owning_ref = "0.4"
unicode-segmentation = "1"
Expand Down
6 changes: 3 additions & 3 deletions cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ license = "MIT"
name = "cursive"
readme = "../Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.15.1"
version = "0.15.2"
edition = "2018"

[package.metadata.docs.rs]
features = ["unstable_scroll", "markdown", "toml"]

[dependencies]
cursive_core = { path = "../cursive-core", version="0.1.2" }
cursive_core = { path = "../cursive-core", version="0.1.3" }
crossbeam-channel = "0.4"
cfg-if = "0.1"
enumset = "1"
enumset = "1.0.4"
unicode-segmentation = "1"
unicode-width = "0.1"
lazy_static = "1"
Expand Down

0 comments on commit 491118f

Please sign in to comment.