Commit Graph

30 Commits

Author SHA1 Message Date
John Nunley 2071dc75fd
Deprecate in favor of crossbeam-utils
With the release of `concurrent-queue` version 2, there are no major users of this crate left. This PR officially deprecates this crate.
2023-05-11 20:53:46 -07:00
Taiki Endo 4e12f87041 Enable dependabot update for Rust 2022-12-28 12:22:55 +09:00
Taiki Endo cddad24dc8 Clean up CI config 2022-12-28 12:22:55 +09:00
Taiki Endo 6d14c5c0a5 Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-12-28 12:22:55 +09:00
Taiki Endo 8b45665e19 Ignore clippy::clone_on_copy lint in test
```
warning: using `clone` on type `cache_padded::CachePadded<i32>` which implements the `Copy` trait
  --> tests/padding.rs:86:13
   |
86 |     let b = a.clone();
   |             ^^^^^^^^^ help: try removing the `clone` call: `a`
   |
   = note: `#[warn(clippy::clone_on_copy)]` on by default
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
```
2022-07-17 21:35:10 +09:00
Taiki Endo 0c1166ed10 Apply clippy to all targets 2022-07-17 21:21:36 +09:00
Taiki Endo d11a485852 Update CI config 2022-07-08 02:39:18 +09:00
Taiki Endo 5bc031be33 Update actions/checkout action to v3 2022-05-01 14:09:12 +09:00
Taiki Endo 2d7017155f Clean up CI config 2022-01-08 22:40:45 +09:00
Taiki Endo c892839b10 Update docs 2021-12-19 16:45:08 +09:00
Taiki Endo 1bce44b030 Update changelog 2021-12-19 14:50:21 +09:00
Taiki Endo 27eb19ea40 Release 1.2.0 2021-12-19 14:47:31 +09:00
Taiki Endo 7563b98675 Create GitHub release automatically 2021-12-19 14:47:31 +09:00
Taiki Endo c4c6731562 Remove doc URL from Cargo.toml
https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field

> If no URL is specified in the manifest file, crates.io will
> automatically link your crate to the corresponding docs.rs page.
2021-12-19 14:47:31 +09:00
Taiki Endo 459579966b CachePadded: update alignment based on golang's CacheLinePadSize
Refs: https://github.com/crossbeam-rs/crossbeam/pull/636
Closes: #7
2021-12-19 14:47:31 +09:00
Taiki Endo 4705a2c475
Merge pull request #6 from NanXiao/patch-1
Fix a typo in src/lib.rs
2021-07-13 21:25:03 +09:00
Nan Xiao 069a682ffb
Fix a typo in src/lib.rs 2021-07-13 17:23:54 +08:00
Taiki Endo 64d5d826e7
Merge pull request #5 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:51:39 +09:00
Taiki Endo 69f1ff1dbc Remove readme field from Cargo.toml 2021-02-14 19:44:04 +09:00
Taiki Endo a99d502e40
Merge pull request #4 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:53:00 +09:00
Taiki Endo 466370370b Update license badge to match Cargo.toml 2021-02-14 13:37:53 +09:00
Taiki Endo 85d3ea144d
Merge pull request #3 from taiki-e/url
Update URLs
2020-12-26 23:58:39 +09:00
Taiki Endo 0279b12959 Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo 7bdfee093e
Merge pull request #2 from taiki-e/ci
Fix CI
2020-12-24 20:41:47 +09:00
Taiki Endo 19ec4fa0d1 Fix CI 2020-12-24 20:38:53 +09:00
Stjepan Glavina 961a87feb0
Delete FUNDING.yml 2020-11-30 12:25:49 +01:00
Stjepan Glavina 4552d305c1 Bump to v1.1.1 2020-07-07 23:28:37 +02:00
Stjepan Glavina e0a5665e74 Bump to v1.1.0 2020-05-31 12:32:16 +02:00
Stjepan Glavina 3863585fa8 Mark new as const fn 2020-05-31 12:31:46 +02:00
Stjepan Glavina 6b5eb5e9da Initial commit 2020-05-26 00:47:42 +02:00