Skip to content

Commit

Permalink
remove the cargo-release stuff because it's dumb and i'd rather do it…
Browse files Browse the repository at this point in the history
… myself
  • Loading branch information
Joeyh021 committed Sep 13, 2022
1 parent 0819d76 commit 616e2bc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ members = [
"dcspkg-create",
"dcspkg-common",
]

[workspace.metadata.release]
consolidate-pushes = true
consolidate-commits = true
2 changes: 1 addition & 1 deletion dcspkg-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
tar = "0.4.38"
reqwest = { version = "0.11.11", features = ["blocking", "json"] }
anyhow = "1.0.64"
dcspkg_common = { path = "../dcspkg-common", version = "0.1.0" }
dcspkg_common = { path = "../dcspkg-common", version = "0.1" }
log = "0.4.17"
serde = { version = "1.0.144", features = ["derive"] }
tempfile = "3.3.0"
Expand Down
2 changes: 0 additions & 2 deletions dcspkg-create/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description = "A command line tool to create dcspkg packages"
repository = "https://github.com/uwcs/dcspkg"
license = "MIT"

[package.metadata]
release = { release = false }

[dependencies]
serde_json = "1.0.85"
Expand Down
4 changes: 0 additions & 4 deletions dcspkg-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ description = "The web api for dcspkg"
repository = "https://github.com/uwcs/dcspkg"
license = "MIT"

[package.metadata]
release = { release = false }


[dependencies]
rocket = { version = "0.5.0-rc.2", features = ["json"] }
dotenv = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion dcspkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tabular = "0.2.0"
config = { version = "0.13.2", features = ["toml"] }
clap = { version = "3.2.20", features = ["derive", "cargo"] }
env_logger = "0.9.0"
dcspkg_client = { path = "../dcspkg-client", version = "0.1.0" }
dcspkg_client = { path = "../dcspkg-client", version = "0.1" }
anyhow = "1.0.64"
serde = { version = "1.0.144", features = ["derive"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 616e2bc

Please sign in to comment.