Skip to content

Commit

Permalink
Prepare to publish the packages.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Dubois <[email protected]>
  • Loading branch information
jcdubois committed Nov 13, 2023
1 parent e2477ba commit 1058261
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description = "A minimal library implementing the heatshrink compression algorithm for no_std environments"
edition = "2021"
license = "ISC"
publish = false
publish = true
readme = "README.md"
repository = "https://github.com/jcdubois/heatshrink-rs"
version = "0.4.1"
Expand Down
1 change: 0 additions & 1 deletion heatshrink-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
readme.workspace = true
repository.workspace = true
version.workspace = true
autobins = false

[[bin]]
name = "heatshrink"
Expand Down
1 change: 0 additions & 1 deletion heatshrink-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
readme.workspace = true
repository.workspace = true
version.workspace = true
autobins = false

[lib]
name = "heatshrink"
Expand Down

0 comments on commit 1058261

Please sign in to comment.