Skip to content

Commit d03c773

Browse files
authored
Fix: exclude compress from crates
1 parent 62aaefd commit d03c773

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

compress/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "compress"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Internal tool for compressing assets for tmaze, won't probably be uploaded to crates.io"
66
authors = ["ur-fault <[email protected]>"]
7+
publish = false
78

89
[dependencies]
910
clap = { version = "4.4.18", features = ["derive"] }

tmaze/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmaze"
3-
version = "1.14.1"
3+
version = "1.14.2"
44
edition = "2021"
55
authors = ["ur-fault"]
66
description = "Simple multiplatform maze solving game for terminal written entirely in Rust"

0 commit comments

Comments
 (0)