Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Jan 15, 2025
1 parent 5832956 commit 5205c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ CI tests always run against the latest compatible versions of all dependencies
and we rely on Dependabot for other upgrades. This strategy has two problems
that occasionally arise:

2. CI failures when downstream libraries upgrade in some non compatible way
3. Local development builds that fail when DataFusion inadvertently relies on
1. CI failures when downstream libraries upgrade in some non compatible way
2. Local development builds that fail when DataFusion inadvertently relies on
a feature in a newer version of a dependency than declared in `Cargo.toml`
(e.g. a new method is added to a trait that we use).

Expand Down

0 comments on commit 5205c1d

Please sign in to comment.