Update to a later pre-release snapshot of 2.10.0
- Builds with rust-libcramjam 0.7
This commit is contained in:
parent
319eba6ebb
commit
ec1308384a
4 changed files with 30 additions and 3 deletions
22
203.patch
Normal file
22
203.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue