Skip to content

Commit 0bf1231

Browse files
committed
chore(manifest): remove deprecated authors field
1 parent 4fc58a7 commit 0bf1231

File tree

11 files changed

+1
-11
lines changed

11 files changed

+1
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
1817
edition = "2021"
1918
readme = "README.md"
2019
repository = "https://github.com/pkgforge/soar"
2120
license = "MIT"
2221
keywords = ["appimage", "binary", "linux", "package-manager", "portable"]
2322
categories = ["command-line-utilities"]
23+
rust-version = "1.88"
2424

2525
[workspace.dependencies]
2626
blake3 = { version = "1.8.2", features = ["mmap"] }

crates/soar-cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "soar-cli"
33
version = "0.11.0"
44
description = "A modern package manager for Linux"
55
default-run = "soar"
6-
authors.workspace = true
76
license.workspace = true
87
edition.workspace = true
98
repository.workspace = true

crates/soar-config/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-config"
33
version = "0.5.0"
44
description = "Configuration management for soar package manager"
5-
authors.workspace = true
65
edition.workspace = true
76
readme.workspace = true
87
repository.workspace = true

crates/soar-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-core"
33
version = "0.13.0"
44
description = "Core library for soar package manager"
5-
authors.workspace = true
65
license.workspace = true
76
edition.workspace = true
87
repository.workspace = true

crates/soar-db/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-db"
33
version = "0.4.0"
44
description = "Database operations for soar package manager"
5-
authors.workspace = true
65
license.workspace = true
76
edition.workspace = true
87
repository.workspace = true

crates/soar-dl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-dl"
33
version = "0.8.0"
44
description = "Downloader for soar package manager"
5-
authors.workspace = true
65
license.workspace = true
76
edition.workspace = true
87
repository.workspace = true

crates/soar-events/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-events"
33
version = "0.0.0"
44
description = "Event system for soar package manager"
5-
authors.workspace = true
65
license.workspace = true
76
edition.workspace = true
87
repository.workspace = true

crates/soar-operations/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-operations"
33
version = "0.0.0"
44
description = "Business logic for soar package manager"
5-
authors.workspace = true
65
license.workspace = true
76
edition.workspace = true
87
repository.workspace = true

crates/soar-package/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-package"
33
version = "0.2.3"
44
description = "Package format handling for soar package manager"
5-
authors.workspace = true
65
edition.workspace = true
76
readme.workspace = true
87
repository.workspace = true

crates/soar-registry/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "soar-registry"
33
version = "0.3.0"
44
description = "Registry management for soar package manager"
5-
authors.workspace = true
65
edition.workspace = true
76
readme.workspace = true
87
repository.workspace = true

0 commit comments

Comments
 (0)