Update SmartString to work for no-std.

This commit is contained in:
Stephen Chung
2021-07-01 18:44:01 +08:00
parent 3e0fd33db4
commit f3541bae19
4 changed files with 5 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ Bug fixes
---------
* Fixed infinite loop in certain script optimizations.
* Building for `no-std` no longer requires patching `smartstring`.
Breaking changes
----------------