Bump version to 0.48.0 (#1202)
* Bump version to 0.48.0 * Re-enable `byteorder`'s default features. The code uses `WriteBytesExt` which depends on the `std` feature being enabled. So for now, just enable `std`.
This commit is contained in:
@@ -9,7 +9,7 @@ topdir=$(dirname "$0")
|
||||
cd "$topdir"
|
||||
|
||||
# All the cranelift-* crates have the same version number
|
||||
version="0.47.0"
|
||||
version="0.48.0"
|
||||
|
||||
# Update all of the Cargo.toml files.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user