Skip to content

Commit

Permalink
Backport enumset/syn fix to cursive 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jan 21, 2021
1 parent e8960fe commit f91a6f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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.1"
version = "0.1.2"
edition = "2018"

[package.metadata.docs.rs]
Expand All @@ -23,6 +23,7 @@ repository = "gyscos/cursive"
[dependencies]
enum-map = "0.6"
enumset = "1"
syn = "=1.0.57"
log = "0.4"
owning_ref = "0.4"
unicode-segmentation = "1"
Expand Down
4 changes: 2 additions & 2 deletions cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = "MIT"
name = "cursive"
readme = "../Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.15.1-alpha.0"
version = "0.15.1"
edition = "2018"

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

[dependencies]
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
cursive_core = { path = "../cursive-core", version="0.1.2" }
crossbeam-channel = "0.4"
cfg-if = "0.1"
enumset = "1"
Expand Down

0 comments on commit f91a6f4

Please sign in to comment.