Commit Graph

35 Commits

Author SHA1 Message Date
John Nunley 9969a29ccd
v1.1.2
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-25 10:44:52 -07:00
Taiki Endo eba124f52a Update actions/checkout action to v4 2023-09-10 18:22:00 +09:00
John Nunley 58880f9496
Add smol-rs logo (#16) 2023-07-17 14:34:20 +09:00
John Nunley 5de748aa9d
bench: Add benchmarks 2023-07-10 12:29:11 -07:00
John Nunley a46e243052
v1.1.1 (#13) 2023-04-07 09:54:52 -07:00
Taiki Endo dc095d0680 Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-03-26 16:32:28 +09:00
Taiki Endo 7e75b7ebe3 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-03-26 16:32:14 +09:00
daxpedda 4320c6739e
Use `Waker::will_wake()` to avoid a cloning op (#12) 2023-03-23 00:53:54 +09:00
Taiki Endo b96ee39889 Release 1.1.0 2023-01-15 23:33:31 +09:00
Taiki Endo d52a96814c Update CI config 2023-01-15 23:33:31 +09:00
Taiki Endo 92d14246cf Update portable-atomic to 1.0 2023-01-15 23:10:57 +09:00
Taiki Endo fa97e5f3f1 Enable dependabot update for Rust 2022-12-28 12:23:20 +09:00
Taiki Endo f1bd28c106 Clean up CI config 2022-12-28 12:23:20 +09:00
Taiki Endo c364256674 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:23:20 +09:00
John Nunley 7c07f0f090
Allow usage on `no_std` targets and targets using `portable-atomic` (#7) 2022-09-01 12:08:46 -07:00
Taiki Endo 3d0cfac19e Apply clippy to all targets 2022-07-17 21:21:29 +09:00
Taiki Endo 9e3d257098 Run Miri on CI 2022-07-08 02:46:39 +09:00
Taiki Endo eb7cf73e01 Update CI config 2022-07-08 02:45:36 +09:00
Taiki Endo 1581b2cb9f Update actions/checkout action to v3 2022-05-01 14:04:45 +09:00
Taiki Endo 7aac9c0b24 Create GitHub release automatically 2022-01-08 22:26:15 +09:00
Taiki Endo 23c7adeca9 Clean up CI config 2022-01-08 22:25:51 +09:00
Taiki Endo 09b6ee2122
Merge pull request #6 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:51:30 +09:00
Taiki Endo c3a40afa11 Remove readme field from Cargo.toml 2021-02-14 19:43:57 +09:00
Taiki Endo 207517ce7e
Merge pull request #5 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:52:10 +09:00
Taiki Endo 514ddcc2ea Update license badge to match Cargo.toml 2021-02-14 13:38:10 +09:00
Taiki Endo 38a38b38e5
Merge pull request #4 from taiki-e/url
Update URLs
2020-12-26 23:57:55 +09:00
Taiki Endo 77b083e0ff Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo 1c275b99da
Merge pull request #3 from taiki-e/compare_and_swap
Replace deprecated compare_and_swap with compare_exchange
2020-12-24 21:32:28 +09:00
Taiki Endo e039c44a53 Replace deprecated compare_and_swap with compare_exchange 2020-12-24 21:20:33 +09:00
Taiki Endo 5d18d15e1d
Merge pull request #2 from taiki-e/ci
Fix CI
2020-12-24 20:39:31 +09:00
Taiki Endo 4bb1358efe Fix CI 2020-12-24 20:37:15 +09:00
Stjepan Glavina 27bd3f1b87
. 2020-11-30 12:26:31 +01:00
Stjepan Glavina 4356b64717 Add third party licenses 2020-07-20 09:57:43 +02:00
Stjepan Glavina 3c462433a9 Fix typos 2020-07-19 17:44:03 +02:00
Stjepan Glavina c4dbdadb64 Initial commit 2020-07-19 17:43:22 +02:00