Skip to content

Commit e726333

Browse files
committed
Bump version now that the io does not panic
1 parent 12a68ac commit e726333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "brotli-decompressor"
3-
version = "4.0.0"
3+
version = "4.0.1"
44

55
authors = ["Daniel Reiter Horn <danielrh@dropbox.com>", "The Brotli Authors"]
66
description = "A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli "

0 commit comments

Comments
 (0)