Sylvestre Ledru
1b777493a0
Version 1.0.1
1.0.1
2022-11-08 21:36:49 +01:00
Sylvestre Ledru
917a3aa303
add the crates.io badge
2022-11-08 21:35:15 +01:00
Sylvestre Ledru
17a354e35a
remove old appveyor conf
2022-11-08 21:34:59 +01:00
Sylvestre Ledru
6804ae01c7
Merge pull request #23 from wackbyte/real-uninit
...
Don't use `mem::uninitialized`
2022-11-08 20:49:31 +01:00
wackbyte
f781a5499a
don't use mem::uninitialized
...
replaced with `MaybeUninit::{uninit,assume_init}` in addition to `mem::zeroed` and `ptr::null_mut` where they were more suitable
also comes with some basic //SAFETY notes
2022-11-08 14:00:51 -05:00
Sylvestre Ledru
6e2789bcb2
Merge pull request #24 from wackbyte/doc-version
...
Bump the crate version the docs recommend
2022-11-08 19:52:36 +01:00
wackbyte
0c2580bbf1
bump the crate version the docs recommend
2022-11-08 13:10:58 -05:00
Sylvestre Ledru
88b5cbd2cf
bump to 1.0.0 - it has been using 0.0.X for years now
1.0.0
2022-08-19 10:20:05 +02:00
Sylvestre Ledru
9843b5dfd9
Merge pull request #19 from niyaznigmatullin/make_dependencies_platform_specific
...
Make dependencies platform specific
2022-08-19 10:15:23 +02:00
Sylvestre Ledru
60e911dfa1
delete artifact
2022-08-19 09:52:29 +02:00
Niyaz Nigmatullin
0aa8a249cf
Make dependencies platform specific
2022-08-19 09:46:10 +02:00
Sylvestre Ledru
7820fb6855
Merge pull request #21 from uutils/dependabot/github_actions/codecov/codecov-action-3
...
Bump codecov/codecov-action from 1 to 3
2022-08-19 09:45:53 +02:00
Sylvestre Ledru
c5ec34925c
Merge pull request #20 from uutils/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-08-19 09:45:46 +02:00
Sylvestre Ledru
8ad3ebedf9
Merge pull request #22 from uutils/sylvestre-patch-1
...
make grcov build on windows again,
2022-08-19 09:45:31 +02:00
Sylvestre Ledru
c29ccbce90
make grcov build on windows again,
...
Copied from https://github.com/uutils/coreutils/blob/main/.github/workflows/CICD.yml
2022-08-19 09:17:16 +02:00
dependabot[bot]
902bd1230b
Bump codecov/codecov-action from 1 to 3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-19 07:00:46 +00:00
dependabot[bot]
560ad50af4
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-19 07:00:44 +00:00
Sylvestre Ledru
d1a185a0f7
Also check for github-actions
2022-08-19 09:00:27 +02:00
Sylvestre Ledru
c8601460c0
Merge pull request #18 from sylvestre/win-clippy
...
Coverage & Fix a windows clippy warning (set_len)
2022-04-15 22:58:19 +02:00
Sylvestre Ledru
3ab859ad9a
add a windows specific test
2022-04-15 22:31:51 +02:00
Sylvestre Ledru
2295e0f967
ride along: try to fix the coverage
2022-04-15 21:47:36 +02:00
Sylvestre Ledru
c7d1c3e7fb
Fix a windows clippy warning (set_len)
...
```
calling `set_len()` immediately after reserving a buffer creates uninitialized values
```
2022-04-15 18:28:08 +02:00
Sylvestre Ledru
a3560609df
rephrase a comment
2022-04-15 17:50:02 +02:00
Sylvestre Ledru
1cdf23f7d9
update of the version for the next release
2022-04-15 17:49:38 +02:00
Sylvestre Ledru
827fddc79f
fix a 404
2022-04-15 17:49:09 +02:00