1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-05-14 03:54:58 +00:00

Cargo update

This commit is contained in:
RGBCube 2025-02-02 22:45:05 +03:00
parent 601d4fed5f
commit 9ec0768a8e
No known key found for this signature in database
3 changed files with 16 additions and 16 deletions

28
Cargo.lock generated
View file

@ -1,19 +1,19 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "embd"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"embd-macros 0.1.1",
"embd-macros 0.1.4",
]
[[package]]
name = "embd-macros"
version = "0.1.1"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d8aff0b18a634834d77cf70effb2ee3f5ab2b4f36f1caa7fabe213ac7767b0f"
checksum = "ad70201855c78504fbd460954eb86c33c8ed9262f3514ea3b6a55162fc231a24"
dependencies = [
"proc-macro2",
"quote",
@ -22,7 +22,7 @@ dependencies = [
[[package]]
name = "embd-macros"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"proc-macro2",
"quote",
@ -31,27 +31,27 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.83"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "2.0.65"
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
"proc-macro2",
"quote",
@ -60,6 +60,6 @@ dependencies = [
[[package]]
name = "unicode-ident"
version = "1.0.12"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"

View file

@ -6,7 +6,7 @@ license = "MIT"
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
include = [ "src/**/*.rs", "../README.md" ]

View file

@ -6,7 +6,7 @@ license = "MIT"
keywords = [ "embedding", "files", "debug-optimization", "bundling" ]
categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
include = [ "src/**/*.rs", "../README.md" ]