Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: purpleprotocol/mimalloc_rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.44
Choose a base ref
...
head repository: purpleprotocol/mimalloc_rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.45
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 2, 2025

  1. Update to mimalloc v2.2.3

    octavonce committed Apr 2, 2025
    Copy the full SHA
    60e1a4b View commit details
  2. v0.1.45

    octavonce committed Apr 2, 2025
    Copy the full SHA
    b6ce368 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 Cargo.toml
  2. +1 −1 libmimalloc-sys/Cargo.toml
  3. +1 −1 libmimalloc-sys/c_src/mimalloc
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mimalloc"
version = "0.1.44"
version = "0.1.45"
authors = [
"Octavian Oncescu <octavonce@gmail.com>",
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }

[dependencies]
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.40", default-features = false }
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.41", default-features = false }

[features]
default = []
2 changes: 1 addition & 1 deletion libmimalloc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmimalloc-sys"
version = "0.1.40"
version = "0.1.41"
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"