Skip to content

Commit dc0ba6a

Browse files
authored
Prepare for release (#158)
1 parent 0f61d6a commit dc0ba6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cramjam-python/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ use-system-blosc2 = ["libcramjam/use-system-blosc2"]
2424

2525
[dependencies]
2626
pyo3 = { version = "^0.20", default-features = false, features = ["macros"] }
27-
#libcramjam = { version = "^0.3" }
28-
libcramjam = { path = "../libcramjam" }
27+
libcramjam = { version = "^0.4" }
2928

3029
[build-dependencies]
3130
pyo3-build-config = "^0.20"

libcramjam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lz4 = { version = "^1", optional = true }
3232
flate2 = { version = "^1", optional = true }
3333
libdeflater = { version = "^1", optional = true }
3434
libdeflate-sys = { version = "<1.20.0", optional = true } # TODO: requires gcc>=4.9 not available on Python's CI wheel builds
35-
blosc2-rs = { git = "https://github.com/milesgranger/blosc2-rs.git", optional = true }
35+
blosc2-rs = { version = "0.2.3+2.14.3", optional = true }
3636
zstd = { version = "^0.13", optional = true }
3737
xz2 = { version = "0.1.7", features = ["static"], optional = true }
3838

0 commit comments

Comments
 (0)