Skip to content

Commit e2dd68a

Browse files
committed
adjust to renaming of git-features to gix-features
1 parent 85f7e1a commit e2dd68a

File tree

193 files changed

+1083
-1083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+1083
-1083
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165
- uses: Swatinem/rust-cache@v2
166166
- run: set +x; for name in git-actor git-attributes git-bitmap git-chunk git-command git-commitgraph git-date gix-glob git-hash git-hashtable git-mailmap git-object git-packetline gix-path git-pathspec git-quote git-refspec git-revision git-traverse git-validate; do (cd $name && cargo build --target ${{ matrix.target }}); done
167167
name: crates without feature toggles
168-
- run: set +x; for feature in progress fs-walkdir-parallel parallel io-pipe crc32 zlib zlib-rust-backend fast-sha1 rustsha1 cache-efficiency-debug; do (cd git-features && cargo build --features $feature --target ${{ matrix.target }}); done
169-
name: features of git-features
168+
- run: set +x; for feature in progress fs-walkdir-parallel parallel io-pipe crc32 zlib zlib-rust-backend fast-sha1 rustsha1 cache-efficiency-debug; do (cd gix-features && cargo build --features $feature --target ${{ matrix.target }}); done
169+
name: features of gix-features
170170
- run: set +x; for name in git-diff git-pack; do (cd $name && cargo build --features wasm --target ${{ matrix.target }}); done
171171
name: crates with 'wasm' feature
172172
- run: cd git-pack && cargo build --all-features --target ${{ matrix.target }}

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ It's also an attempt to trigger CI to build binary releases.
631631

632632
<csr-id-4d2d433e7e98ac42db858688edac06e68ee4d10d/>
633633

634-
Adapt to changes in `git-features` which change `Send + Sync` to `Send + Clone`. This happens to allow non-sync implementations (i.e. thread-local), along with `Sync` ones
634+
Adapt to changes in `gix-features` which change `Send + Sync` to `Send + Clone`. This happens to allow non-sync implementations (i.e. thread-local), along with `Sync` ones
635635
which usually are `Clone` too as they are passed by immutable reference (which is `Clone + Copy`).
636636

637637
### Refactor (BREAKING)
@@ -887,7 +887,7 @@ could not be installed anymore.
887887
This was eventually fixed with new minor releases across the ecosystem.
888888

889889
Finally, yet another breaking change due to the introduction of the `git-hash`
890-
crate to break a dependency cycle between `git-object` and `git-features` caused
890+
crate to break a dependency cycle between `git-object` and `gix-features` caused
891891
yet another maintenance release.
892892

893893
## v0.5.0 (2020-12-15)

Diff for: Cargo.lock

+47-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)