Skip to content

Commit c84aa14

Browse files
committed
Release mstickerlib 0.3.2 and mstickereditor 0.3.7
1 parent 46d3d4f commit c84aa14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "mstickereditor"
6-
version = "0.3.6"
6+
version = "0.3.7"
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"
@@ -17,7 +17,7 @@ clap = { version = "3.0", features = ["derive"] }
1717
clap_complete = "3.0"
1818
directories = "5.0.1"
1919
log = "0.4.20"
20-
mstickerlib = { version = "0.3.0", path= "../mstickerlib" , features = ["log"], default-features = false }
20+
mstickerlib = { version = "0.3.2", path= "../mstickerlib" , features = ["log"], default-features = false }
2121
my-env-logger-style = { version = "0.2.0", default-features = false }
2222
once_cell = "1.8"
2323
rayon = "1.5"

mstickerlib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "mstickerlib"
6-
version = "0.3.1"
6+
version = "0.3.2"
77
edition = "2021"
88
license = "Apache-2.0"
99
description= "Private implementation detail of mstickereditor"

0 commit comments

Comments
 (0)