Skip to content

Commit e0a10d0

Browse files
committed
Release v4.1.0 with many clean-ups and edge case fixes
1 parent 4310e55 commit e0a10d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "integer-encoding"
3-
version = "4.0.2"
4-
authors = ["Lewin Bormann <[email protected]>"]
3+
version = "4.1.0"
4+
authors = ["Lewin Bormann <[email protected]>"]
55
description = "varint+zigzag and fixedint integer encoding/decoding (https://developers.google.com/protocol-buffers/docs/encoding)"
66
repository = "https://github.com/dermesser/integer-encoding-rs"
77
documentation = "https://docs.rs/integer-encoding/"
@@ -38,4 +38,3 @@ futures_async = ["futures-util", "async-trait"]
3838

3939
[package.metadata.docs.rs]
4040
features = ["tokio_async"]
41-

0 commit comments

Comments
 (0)