~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
217f0c49
—
pyros2097 7 years ago
update changelog
- changelog.md +1 -1
changelog.md
CHANGED
|
@@ -8,7 +8,7 @@ Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
|
|
|
8
8
|
|
|
9
9
|
## [3.0.0] - 2018-06-01
|
|
10
10
|
### Changed
|
|
11
|
-
- The derive attribute style so we don't need `attr_literals`:
|
|
11
|
+
- The derive attribute style so we don't need `attr_literals` and it can be used in stable rust now:
|
|
12
12
|
```rust
|
|
13
13
|
#[folder("assets/")]
|
|
14
14
|
```
|