mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- Prefix regorus- to mimalloc crates and add MIT licenses - alias dependencies to avoid code changes - add versions and release-plz publish entries - update Cargo.lock files for new crate names Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
28 lines
454 B
TOML
28 lines
454 B
TOML
[workspace]
|
|
git_release_enable = false
|
|
git_tag_enable = false
|
|
changelog_update = false
|
|
dependencies_update = false
|
|
publish = false
|
|
|
|
[[package]]
|
|
name = "regorus"
|
|
git_tag_enable = true
|
|
git_release_enable = true
|
|
changelog_update = true
|
|
publish = true
|
|
|
|
[[package]]
|
|
name = "regorus-mimalloc"
|
|
publish = true
|
|
changelog_update = false
|
|
|
|
[[package]]
|
|
name = "regorus-mimalloc-sys"
|
|
publish = true
|
|
changelog_update = false
|
|
|
|
[[package]]
|
|
name = "xtask"
|
|
release = false
|