~repos /rust-embed

#rust#proc-macro#http

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.


cf77c652 pyros2097

6 years ago
update changelog
Files changed (1) hide show
  1. changelog.md +4 -2
changelog.md CHANGED
@@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
8
8
 
9
+ ## [5.0.1] - 2019-07-07
10
+ ## Changed
11
+ - derive is allowed only on unit structs now
12
+
9
13
  ## [5.0.0] - 2019-07-05
10
14
  ## Added
11
15
  - proper error message stating only unit structs are supported
12
16
  ## Fixed
13
17
  - windows latest build
14
- ## Changed
15
- - derive on tuple structs is removed
16
18
 
17
19
  ## [4.5.0] - 2019-06-29
18
20
  ## Added