22 lines
761 B
Diff
22 lines
761 B
Diff
From 06a941b8f1c8a96193a6db3a932f6978e218aad0 Mon Sep 17 00:00:00 2001
|
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
|
Date: Mon, 24 Feb 2025 14:46:13 -0500
|
|
Subject: [PATCH] Bump libcramjam -> 0.7 (in Cargo.toml, to match Cargo.lock)
|
|
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 8aa745e7..cf64bfb6 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -66,7 +66,7 @@ wasm32-compat = ["libcramjam/wasm32-compat"]
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "^0.23", default-features = false, features = ["macros"] }
|
|
-libcramjam = { version = "^0.6", default-features = false }
|
|
+libcramjam = { version = "^0.7", default-features = false }
|
|
|
|
[build-dependencies]
|
|
pyo3-build-config = "^0.23"
|