New Features
- add
wasm
feature toggle to allow compilation to wasm32-unknown-unknown
Bug Fixes
-
note that crates have been renamed from
git-*
togix-*
.
This also means that thegit-*
prefixed crates of thegitoxide
project
are effectively unmaintained.
Use the crates with thegix-*
prefix instead.If you were using
git-repository
, thengix
is its substitute.
New Features (BREAKING)
-
add
wasm
feature toggle to let parts ofgit-pack
build on wasm32.
It's a breaking change because we also start using thedep:
syntax for declaring
references to optional dependencies, which will prevent them from being automatically
available as features.Besides that, it adds the
wasm
feature toggle to allow compiling towasm32
targets.