Skip to content

Commit 3e15469

Browse files
committed
chore(ssa): bump version to 0.2.0
1 parent 474d059 commit 3e15469

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

bin/ssadecrypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssadecrypt"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition.workspace = true
55
authors.workspace = true
66
repository.workspace = true

crates/ssa/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "iori-ssa"
33
description = "Decrypt MPEG-TS encrypted using SAMPLE-AES."
4-
version = "0.1.1"
4+
version = "0.2.0"
55
edition.workspace = true
66
authors.workspace = true
77
repository.workspace = true
88
license.workspace = true
99

1010
[dependencies]
11-
aes = "0.8.4"
12-
cbc = { version = "0.1.2", features = ["std"] }
11+
aes.workspace = true
12+
cbc = "0.1.2"
1313
memchr = "2.7.4"
1414
mpeg2ts = "0.3.1"
1515

0 commit comments

Comments
 (0)