Skip to content

Tags: devnexen/libc

Tags

0.2.108

Toggle 0.2.108's commit message
Auto merge of rust-lang#2541 - GuillaumeGomez:upgrade, r=JohnTitor

Upgrade crate version to 0.2.108

0.2.107

Toggle 0.2.107's commit message
Auto merge of rust-lang#2515 - workingjubilee:bump-ver, r=JohnTitor

Bump libc to 0.2.107

Primarily so as to fix building for aarch64-unknown-linux-musl,
as implemented in commit fd331f6

This may help resolve rust-lang/rust#90044
I do not have release privileges for libc, so if anyone would be so kind as to tag it and publish to crates.io, that would be lovely.

Verified

This tag was signed with the committer’s verified signature.
joshtriplett Josh Triplett

0.2.105

Toggle 0.2.105's commit message
Auto merge of rust-lang#2469 - GuillaumeGomez:upgrade-version, r=John…

…Titor

Upgrade crate version to 0.2.105

Upgrading the version so I can use the newly added freebsd items. :)

0.2.104

Toggle 0.2.104's commit message
Auto merge of rust-lang#2443 - ghedo:release-0.2.104, r=JohnTitor

Bump version to 0.2.104

I'd like to get rust-lang#2415 into a release so I can use the new API in a change I'm working on for the `nix` crate, please.

0.2.103

Toggle 0.2.103's commit message
Auto merge of rust-lang#2404 - GuillaumeGomez:upgrade, r=JohnTitor

Upgrade crate version to 0.2.103

If you can release a new version, it'd be awesome! :)

0.2.102

Toggle 0.2.102's commit message
Auto merge of rust-lang#2383 - luqmana:ver-102, r=JohnTitor

Bump to 0.2.102

Bump patch version to access new fn's in rust-lang#2382.

0.2.101

Toggle 0.2.101's commit message
Auto merge of rust-lang#2361 - hcsch:libc-0.2.101, r=Amanieu

Bump to 0.2.101

New release to allow for usage of `strtof` introduced in rust-lang#2358 for
fuzzing of `hexf-parse` while comparing against `strtof` results.

0.2.100

Toggle 0.2.100's commit message
Auto merge of rust-lang#2353 - GuillaumeGomez:upgrade-version, r=John…

…Titor

Upgrade crate version to 0.2.100

r? `@Amanieu`

0.2.99

Toggle 0.2.99's commit message
Auto merge of rust-lang#2312 - flxo:master, r=JohnTitor

Bump to 0.2.99

I'd like to get a new release published, since I want to make use of rust-lang#2308 in lucab/memfd-rs#25