Skip to content

Commit ad8dfdb

Browse files
committed
chore: bump version to 3.1.4
1 parent 501fa10 commit ad8dfdb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["xtask", "rar-common"]
44
[package]
55
name = "rootasrole"
66
# The project version is managed on json file in resources/rootasrole.json
7-
version = "3.1.3"
7+
version = "3.1.4"
88
rust-version = "1.76.0"
99
authors = ["Eddie Billoir <[email protected]>"]
1010
edition = "2021"
@@ -64,7 +64,7 @@ serde_json = "1.0"
6464
toml = "0.8"
6565

6666
[dependencies]
67-
rar-common = { path = "rar-common", version = "3.1.3", package = "rootasrole-core" }
67+
rar-common = { path = "rar-common", version = "3.1.4", package = "rootasrole-core" }
6868
log = "0.4"
6969
libc = "0.2"
7070
strum = { version = "0.26", features = ["derive"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- The project version is managed on json file in resources/rootasrole.json -->
1515
<!-- markdownlint-restore -->
1616

17-
# RootAsRole (V3.1.3) — A better alternative to `sudo(-rs)`/`su` • ⚡ Blazing fast • 🛡️ Memory-safe • 🔐 Security-oriented
17+
# RootAsRole (V3.1.4) — A better alternative to `sudo(-rs)`/`su` • ⚡ Blazing fast • 🛡️ Memory-safe • 🔐 Security-oriented
1818

1919
RootAsRole is a Linux/Unix privilege delegation tool based on **Role-Based Access Control (RBAC)**. It empowers administrators to assign precise privileges — not full root — to users and commands.
2020

rar-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rootasrole-core"
3-
version = "3.1.3"
3+
version = "3.1.4"
44
edition = "2021"
55
description = "This core crate for the RootAsRole project."
66
license = "LGPL-3.0-or-later"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xtask"
33
# The project version is managed on json file in resources/rootasrole.json
4-
version = "3.1.3"
4+
version = "3.1.4"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)