You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rust-embed"
3
-
version = "8.4.0"
3
+
version = "8.5.0"
4
4
description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
Copy file name to clipboardexpand all lines: changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
Thanks to [Mark Drobnak](https://github.com/AzureMarker) for the changelog.
9
9
10
+
## [8.5.0] - 2024-07-09
11
+
12
+
- Re-export RustEmbed as Embed [#246](https://github.com/pyrossh/rust-embed/pull/246). Thanks to [krant](https://github.com/krant)
13
+
- Allow users to specify a custom path to the rust_embed crate in generated code[#232](https://github.com/pyrossh/rust-embed/pull/232). Thanks to [Wulf](https://github.com/Wulf)
14
+
- Increase minimum rust-version to v1.7.0.0
15
+
10
16
## [8.4.0] - 2024-05-11
11
17
12
18
- Re-export RustEmbed as Embed [#245](https://github.com/pyrossh/rust-embed/pull/245/files). Thanks to [pyrossh](https://github.com/pyrossh)
Copy file name to clipboardexpand all lines: impl/Cargo.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rust-embed-impl"
3
-
version = "8.4.0"
3
+
version = "8.5.0"
4
4
description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
0 commit comments