version bump

now with str and bytes mode
This commit is contained in:
Niklas Kapelle 2025-07-28 21:08:53 +02:00
parent 7b110a43b4
commit 6a64527022
Signed by: niklas
GPG Key ID: 4EB651B36D841D16
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 4
[[package]]
name = "dir-embed"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",

View File

@ -1,6 +1,6 @@
[package]
name = "dir-embed"
version = "0.1.1"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Like include_bytes! for directories"