Skip to content

Commit 2ec2f66

Browse files
prepare v0.3.2 release
1 parent 7c861e1 commit 2ec2f66

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mstickereditor/Cargo.toml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "mstickereditor"
6-
version = "0.3.1"
6+
version = "0.3.2"
77
edition = "2021"
88
license = "Apache-2.0"
99
description= "import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix"
@@ -16,21 +16,22 @@ anyhow = "1.0"
1616
clap = { version = "3.0", features = ["derive"] }
1717
clap_complete = "3.0"
1818
directories = "4.0"
19-
mstickerlib = { version = "0.0.1", path= "../mstickerlib"}
19+
log = "0.4.20"
20+
mstickerlib = { version = "0.1.0", path= "../mstickerlib"}
21+
my-env-logger-style = { version = "0.1.0", default-features = false }
2022
once_cell = "1.8"
2123
rayon = "1.5"
22-
tokio = { version = "1.21", features = ["rt-multi-thread", "fs", "rt", "macros"], default-features = false }
2324
serde = { version = "1.0", features = ["derive"] }
2425
serde_json = "1.0"
2526
sha2 = "0.10"
2627
tempfile = "3.2"
28+
tokio = { version = "1.21", features = ["rt-multi-thread", "fs", "rt", "macros"], default-features = false }
2729
toml = { package = "basic-toml", version = "0.1" }
2830
url = "2.2"
29-
log = "0.4.20"
30-
my-env-logger-style = { version = "0.1.0", default-features = false }
3131

3232
[features]
3333
default = ["bin"]
34+
# unused, can be removed (breaking change)
3435
bin = []
3536

3637
[profile.release]

mstickerlib/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "mstickerlib"
6-
version = "0.0.1" # ALSO UPDATE DOC LINK
7-
documentation = "https://docs.msrd0.de/mstickerlib/0.0.1/mstickerlib/"
6+
version = "0.1.0"
87
edition = "2021"
98
license = "Apache-2.0"
109
description= "Private implementation detail of mstickereditor"

0 commit comments

Comments
 (0)