Skip to content

Commit 3a9885b

Browse files
committed
chore: bump version to 3.3.1 across all packages
1 parent ee293a7 commit 3a9885b

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["xtask", "rar-common"]
33

44
[package]
55
name = "rootasrole"
6-
version = "3.3.0"
6+
version = "3.3.1"
77
rust-version = "1.83.0"
88
authors = ["Eddie Billoir <lechatp@outlook.fr>"]
99
edition = "2021"
@@ -69,7 +69,7 @@ unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }
6969
toml = { version = "0.8", default-features = false, features = ["parse", "display", "preserve_order"] }
7070

7171
[dependencies]
72-
rar-common = { path = "rar-common", version = "3.3.0", package = "rootasrole-core" }
72+
rar-common = { path = "rar-common", version = "3.3.1", package = "rootasrole-core" }
7373
log = { version = "0.4", default-features = false, features = ["std"] }
7474
libc = { version = "0.2", default-features = false, features = ["std"]}
7575
strum = { version = "0.26", default-features = false, features = ["derive"] }

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.3.0"
3+
version = "3.3.1"
44
edition = "2021"
55
description = "This core crate for the RootAsRole project."
66
license = "LGPL-3.0-or-later"

resources/man/en_US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% RootAsRole(8) RootAsRole 3.3.0 | System Manager's Manual
1+
% RootAsRole(8) RootAsRole 3.3.1 | System Manager's Manual
22
% Eddie Billoir <lechatp@outlook.fr>
33
% August 2025
44

resources/man/fr_FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% RootAsRole(8) RootAsRole 3.3.0 | Manuel de l'administrateur système
1+
% RootAsRole(8) RootAsRole 3.3.1 | Manuel de l'administrateur système
22
% Eddie Billoir <lechatp@outlook.fr>
33
% Août 2025
44

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.3.0"
4+
version = "3.3.1"
55
edition = "2021"
66
publish = false
77

0 commit comments

Comments
 (0)