Add no_std
support via disabling the new default feature std
(#319)
This commit is contained in:
parent
3c9e49d161
commit
89a34e7a63
40 changed files with 343 additions and 164 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.0-alpha.5] - _in-dev_
|
||||
|
||||
### Added
|
||||
|
||||
- Schemars can now be used in `no_std` environments by disabling the new `std` feature flag (which is enabled by default). Schemars still requires an allocator to be available.
|
||||
|
||||
## [1.0.0-alpha.4] - 2024-08-17
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue