Skip to content

Commit

Permalink
Update to use nightly proper
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Aug 4, 2024
1 parent f383881 commit 8d7ad80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
# - build: beta
# rust: beta
- build: nightly
rust: nightly-2024-01-01
rust: nightly
# rust: nightly-2024-01-01
test-args: --features test-ci --no-fail-fast
## for submitters other than me, I'll add another job here.
# test-args: --no-fail-fast
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.6.10 (2024-08-04)

- PR: <https://github.com/iesahin/xvc/pull/259>
- Removed caching for globs that caused bugs in Python bindings and long running processes.
- Documentation updates
- Fix optional features. Now inter-workspace dependencies are defined by `default-features = false` on Cargo.toml
Expand Down

0 comments on commit 8d7ad80

Please sign in to comment.