0.4.6
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.4.5"
|
version = "0.4.6"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
+11
@@ -22,6 +22,17 @@ __ https://docs.rs/arrayvec
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.4.6
|
||||||
|
|
||||||
|
- Fix compilation on 16-bit targets. This means, the 65536 array size is not
|
||||||
|
included on these targets.
|
||||||
|
|
||||||
|
- 0.3.24
|
||||||
|
|
||||||
|
- Fix compilation on 16-bit targets. This means, the 65536 array size is not
|
||||||
|
included on these targets.
|
||||||
|
- Fix license files so that they are both included (was fixed in 0.4 before)
|
||||||
|
|
||||||
- 0.4.5
|
- 0.4.5
|
||||||
|
|
||||||
- Add methods to ``ArrayString`` by @DenialAdams:
|
- Add methods to ``ArrayString`` by @DenialAdams:
|
||||||
|
|||||||
Reference in New Issue
Block a user