Commit Graph

20 Commits

Author SHA1 Message Date
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