mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
chore(release): publish vendored mimalloc crates (#563)
- 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>
This commit is contained in:
committed by
GitHub
parent
10eebfe54c
commit
0316ccd90c
@@ -1,7 +1,10 @@
|
||||
[package]
|
||||
name = "mimalloc"
|
||||
name = "regorus-mimalloc"
|
||||
description = "Vendored mimalloc allocator for regorus"
|
||||
edition = "2021"
|
||||
version = "2.2.6"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/microsoft/regorus"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
@@ -9,5 +12,5 @@ std = []
|
||||
allocator-memory-limits = ["std"]
|
||||
|
||||
[target.'cfg(not(any(target_family = "wasm")))'.dependencies]
|
||||
mimalloc-sys = { path = "./mimalloc-sys" }
|
||||
mimalloc-sys = { package = "regorus-mimalloc-sys", path = "./mimalloc-sys", version = "2.2.6" }
|
||||
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
[package]
|
||||
name = "mimalloc-sys"
|
||||
name = "regorus-mimalloc-sys"
|
||||
description = "Vendored mimalloc C allocator bindings for regorus"
|
||||
version = "2.2.6"
|
||||
build = "build.rs"
|
||||
links = "mimalloc"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/microsoft/regorus"
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user