Commit Graph

36 Commits

Author SHA1 Message Date
John Nunley e874f701f8
v2.5.0
Signed-off-by: John Nunley <dev@notgull.net>
2024-04-26 07:25:42 -07:00
Taiki Endo 93ee058b7f Migrate to Rust 2021 2024-01-07 01:57:36 +09:00
Taiki Endo e7c2115f62 Relax MSRV to 1.60
https://github.com/crossbeam-rs/crossbeam/pull/1056
2024-01-07 01:57:36 +09:00
dependabot[bot] 3b08720796
Update criterion requirement from 0.4.0 to 0.5 (#42)
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-07 01:51:40 +09:00
John Nunley 71302ab09c
tests: Add WASM testing
This commit ensures this crate builds and works on WASM.

Signed-off-by: John Nunley <dev@notgull.net>
2023-12-16 11:20:15 -08:00
John Nunley 79b9292d10
m: Bump MSRV to 1.61
Due to crossbeam-rs/crossbeam#1037

Signed-off-by: John Nunley <dev@notgull.net>
2023-12-16 09:04:58 -08:00
John Nunley ba51f6e942
v2.4.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-12-02 10:59:27 -08:00
John Nunley 22b5e83c4f
v2.3.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-25 10:22:00 -07:00
Taiki Endo cbdf9e88e1
bugfix: Use inline assembly in full_fence
This commit bumps the MSRV to 1.59
2023-08-13 14:33:40 -07:00
dependabot[bot] 2d309371f8
deps: Update loom requirement from 0.6 to 0.7
Updates the requirements on [loom](https://github.com/tokio-rs/loom) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/loom/releases)
- [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/loom/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: loom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 16:33:30 -07:00
dependabot[bot] c1d2c77b1c Update loom requirement from 0.5 to 0.6
Updates the requirements on [loom](https://github.com/tokio-rs/loom) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/loom/releases)
- [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/loom/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: loom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 12:24:37 +09:00
dependabot[bot] 2cd3dbad14 Update fastrand requirement from 1.3.3 to 2.0.0
Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v1.3.3...v2.0.0)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-11 16:08:55 +09:00
John Nunley e3fef3f0ae
v2.2.0 (#38) 2023-04-07 10:53:32 -07:00
Taiki Endo a96abb3467 Release 2.1.0 2023-01-15 23:36:42 +09:00
Taiki Endo b5463b2f5e Update portable-atomic to 1.0 2023-01-15 23:14:59 +09:00
dependabot[bot] 54e7d94998 Update criterion requirement from 0.3.4 to 0.4.0
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.4...0.4.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-28 12:42:51 +09:00
jtnunley 34334a15dd v2.0.0 2022-11-08 09:57:13 -08:00
John Nunley 8c42b8dd9d
Add alternate implementations of synchronization primitives (#27) 2022-10-07 06:48:10 -07:00
John Nunley 06c99537c2
replace cache_padded with crossbeam-utils (#26) 2022-09-06 09:22:39 -07:00
John Nunley d3bf5a5424
Make it so this crate can be `no_std` (#22) 2022-08-25 02:09:13 +09:00
Greg Morenz f8eca83b5f Add benchmarks for unbounded queues 2022-08-24 22:36:42 +09:00
Taiki Endo 812a733720 Release 1.2.4 2022-07-27 11:25:01 +09:00
Taiki Endo b8363bab2d Release 1.2.3 2022-07-17 22:35:42 +09:00
Taiki Endo 29dc872e05 Create GitHub release automatically 2022-01-08 18:43:05 +09:00
Taiki Endo 407b9e2942 Clean up CI config 2022-01-08 18:09:30 +09:00
Taiki Endo c97ffb7296 Remove readme field from Cargo.toml 2021-02-14 19:44:08 +09:00
Taiki Endo 8ea5d6f404 Update URLs 2020-12-26 23:47:13 +09:00
Stjepan Glavina db15df1c27 Bump to 1.2.2 2020-08-05 19:01:40 +02:00
Stjepan Glavina 417baf20e7 Bump to v1.2.1 2020-08-04 19:03:00 +02:00
Stjepan Glavina 0e2534b90d Bump to v1.2.0 2020-07-31 14:27:27 +02:00
Stjepan Glavina c680f8d84f Implement UnwindSafe/RefUnwindSafe 2020-07-31 14:26:39 +02:00
Stjepan Glavina 5c5663e220 Bump to v1.1.2 2020-07-24 16:29:33 +02:00
Stjepan Glavina ae0c5c5f41 Bump to v1.1.1 2020-06-02 16:46:00 +02:00
Stjepan Glavina 68c4f4f6f6 Bump to v1.1.0 2020-06-02 16:41:12 +02:00
Stjepan Glavina 2d59985948 Update 2020-05-27 21:32:15 +02:00
Stjepan Glavina 463ae0ea93 Initial commit 2020-05-27 21:31:05 +02:00