Skip to content

Commit

Permalink
examples: drop specific-commit deps for dirs/term (#597)
Browse files Browse the repository at this point in the history
Commit d362ebd ("Update Rust version (#588)") upgraded the
'dirs' (2.0.1->2.0.2) and 'term' (0.5.2->0.6.1) dependencies so
the pins to particular commits are no longer needed.
  • Loading branch information
daviddrysdale authored Feb 12, 2020
1 parent 9ac7646 commit d8e0de3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
10 changes: 0 additions & 10 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ members = [
]

[patch.crates-io]
# TODO: Remove when https://github.com/soc/dirs-rs/pull/24 is published.
dirs = { git = "https://github.com/soc/dirs-rs", rev = "910b3561557dfa8034d39e1462a6cedadbfb6b6e" }
# TODO: Remove when a new version of the term crate is published. The one currently published
# depends on dirs=1.0.2 which means that it does not pick up the fix above, which is done on
# dirs=2.0.1.
term = { git = "https://github.com/Stebalien/term", rev = "11e754980706a53dda998ba5791a203ab3a5f8fa" }

# Patch dependencies on oak crates so that they refer to the versions within this same repository.
oak = { path = "../sdk/rust/oak" }
oak_abi = { path = "../oak/server/rust/oak_abi" }
Expand Down

0 comments on commit d8e0de3

Please sign in to comment.