Skip to content

Commit

Permalink
Publish libtw2-net 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrich5991 committed May 16, 2024
1 parent ba5f633 commit d355670
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "pre-rfc3243-libtw2-net"
version = "0.0.1"
description = "pre-rfc3243-libtw2-net"
version = "0.1.0"
authors = ["heinrich5991 <heinrich5991@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -11,8 +12,8 @@ name = "libtw2_net"
[dependencies]
arrayvec = "0.5.2"
buffer = "0.1.9"
pre-rfc3243-libtw2-common = { path = "../common/" }
pre-rfc3243-libtw2-huffman = { path = "../huffman/" }
pre-rfc3243-libtw2-common = { version = "0.1", path = "../common/" }
pre-rfc3243-libtw2-huffman = { version = "0.1", path = "../huffman/" }
linear-map = "1.0.0"
optional = "0.0.12"
void = ">=0.0.4,<2.0.0"
Expand Down

0 comments on commit d355670

Please sign in to comment.