Skip to content

Commit

Permalink
Update Cargo files for 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeaboutlo0m committed Feb 18, 2024
1 parent 081eb38 commit 2101845
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "2.2.1-pre"
version = "2.2.1"
publish = false
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/drawdance/libengine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpengine_rust"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.63.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/drawdance/libmsg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpmsg_rust"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.63.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/drawdance/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawdance"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.66.1"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/tools/dprectool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprectool"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.66.1"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/tools/drawpile-cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawpilecmd"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.66.1"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/tools/drawpile-timelapse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drawpiletimelapse"
version = "2.2.1-pre"
version = "2.2.1"
rust-version = "1.66.1"
edition = "2021"

Expand Down

0 comments on commit 2101845

Please sign in to comment.