diff options
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/packagefiles/rustix/meson.build | 2 | ||||
| -rw-r--r-- | subprojects/rustix.wrap | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/packagefiles/rustix/meson.build b/subprojects/packagefiles/rustix/meson.build index 9239c9c1038..acbcd1a877e 100644 --- a/subprojects/packagefiles/rustix/meson.build +++ b/subprojects/packagefiles/rustix/meson.build @@ -4,7 +4,7 @@ project( 'rustix', 'rust', - version : '0.38.31', + version : '1.0.7', license : 'Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT', ) diff --git a/subprojects/rustix.wrap b/subprojects/rustix.wrap index 7c5086d1d0e..80eb9efec30 100644 --- a/subprojects/rustix.wrap +++ b/subprojects/rustix.wrap @@ -1,6 +1,6 @@ [wrap-file] -directory = rustix-0.38.31 -source_url = https://crates.io/api/v1/crates/rustix/0.38.31/download -source_filename = rustix-0.38.31.tar.gz -source_hash = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949 +directory = rustix-1.0.7 +source_url = https://crates.io/api/v1/crates/rustix/1.0.7/download +source_filename = rustix-1.0.7.tar.gz +source_hash = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 patch_directory = rustix |