Skip to content

Commit

Permalink
🔖 Bump libpna version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 15, 2023
1 parent 64d4c1d commit e69c2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpna"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A pna archive reading/writing library for Rust.
```toml
# Cargo.toml
[dependencies]
libpna = "0.2"
libpna = "0.3"
```

## Reading an archive
Expand Down

0 comments on commit e69c2a6

Please sign in to comment.