Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Jun 25, 2023
1 parent 7cbe4e8 commit cb2d7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drg_mod_integration"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
repository = "https://github.com/trumank/drg-mod-integration"

Expand Down Expand Up @@ -45,6 +45,10 @@ inherits = "release"
debug = true
split-debuginfo = "packed"

[profile.release]
incremental = true
debug = 1

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
Expand Down

0 comments on commit cb2d7ad

Please sign in to comment.