Skip to content

Commit

Permalink
Bump cursive-syntect to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 2, 2024
1 parent 1d83c2e commit ac6f62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cursive-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation = "https://docs.rs/cursive-syntect"
keywords = ["cursive", "TUI", "syntect"]
repository = "https://github.com/gyscos/cursive"
license = "MIT"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
include = ["src/lib.rs", "LICENSE", "README.md"]

Expand Down
4 changes: 2 additions & 2 deletions cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ license = "MIT"
name = "cursive"
readme = "README.md"
repository = "https://github.com/gyscos/cursive"
version = "0.20.0"
version = "0.21.0"
include = ["src/**/*", "LICENSE", "README.md"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
cursive_core = { path = "../cursive-core", version= "0.3.0"}
cursive_core = { path = "../cursive-core", version= "0.4.0"}
crossbeam-channel = "0.5"
cfg-if = "1"
unicode-segmentation = "1"
Expand Down

0 comments on commit ac6f62c

Please sign in to comment.