bump rust edition 2021 -> 2024
This commit is contained in:
parent
62aed211b7
commit
5be2a1db8e
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "sudo-boo"
|
||||
description = "A program that scare users when running with root permission"
|
||||
version = "1.0.2"
|
||||
edition = "2021"
|
||||
version = "1.0.3"
|
||||
edition = "2024"
|
||||
license-file = "LICENSE"
|
||||
keywords = ["boo"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#[link(name = "c")]
|
||||
extern "C" {
|
||||
unsafe extern "C" {
|
||||
fn getuid() -> u32;
|
||||
fn geteuid() -> u32;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue