Skip to content

Commit

Permalink
Merge branch 'Amanieu:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jan 31, 2023
2 parents 7826ab4 + 5b1d6a1 commit 992ec58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.39.0, stable, beta, nightly]
rust: [1.56.1, stable, beta, nightly]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intrusive-collections"
version = "0.9.4"
version = "0.9.5"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Intrusive collections for Rust (linked list and red-black tree)"
documentation = "https://docs.rs/intrusive-collections"
Expand All @@ -17,7 +17,7 @@ alloc = []
default = ["alloc"]

[dependencies]
memoffset = "0.5.4"
memoffset = "0.8"

[dev-dependencies]
rand = "0.8.4"
Expand Down

0 comments on commit 992ec58

Please sign in to comment.