swf: Bump version to 0.2

This commit is contained in:
Mike Welsh 2022-08-14 19:50:39 -07:00
parent 038264a7a9
commit e0c72f4c9a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3487,7 +3487,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]] [[package]]
name = "swf" name = "swf"
version = "0.1.2" version = "0.2.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bitstream-io", "bitstream-io",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "swf" name = "swf"
version = "0.1.2" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["Ruffle LLC <ruffle@ruffle.rs>"] authors = ["Ruffle LLC <ruffle@ruffle.rs>"]
repository = "https://github.com/ruffle-rs/ruffle" repository = "https://github.com/ruffle-rs/ruffle"

View File

@ -7,7 +7,7 @@ A Rust library for reading and writing the Adobe Flash SWF file format.
```toml ```toml
# Cargo.toml # Cargo.toml
[dependencies] [dependencies]
swf = "0.1" swf = "0.2"
``` ```
## Reading ## Reading