version bump

now with str and bytes mode
This commit is contained in:
2025-07-28 21:08:53 +02:00
parent 7b110a43b4
commit 6a64527022
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"