Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
- crossbeam-skiplist 0.1.2 -> 0.1.3
  • Loading branch information
taiki-e committed Jan 8, 2024
1 parent aa4aaed commit 3aa2598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crossbeam-skiplist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.1.3

- Remove dependency on `cfg-if`. (#1072)

# Version 0.1.2

- Bump the minimum supported Rust version to 1.61. (#1037)
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-skiplist"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-skiplist-X.Y.Z" git tag
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.61"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3aa2598

Please sign in to comment.