Skip to content

Commit 0abc877

Browse files
committedMar 6, 2025·
chore: Release rustix version 1.0.0
1 parent f26edab commit 0abc877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustix"
3-
version = "1.0.0-prerelease.1"
3+
version = "1.0.0"
44
authors = [
55
"Dan Gohman <dev@sunfishcode.online>",
66
"Jakub Konka <kubkon@jakubkonka.com>",

1 commit comments

Comments
 (1)

cgwalters commented on Mar 6, 2025

@cgwalters
Contributor

Congrats on the 1.0 release!

Please sign in to comment.