Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Fix dependency versions at Cargo.toml of examples #156

Merged
merged 1 commit into from
Jul 19, 2021
Merged

Conversation

rhdxmr
Copy link
Collaborator

@rhdxmr rhdxmr commented Jul 17, 2021

Since cargo v1.54, invalid syntax for version requirements is rejected
cf)
https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-154-2021-07-29
rust-lang/cargo#9508

Signed-off-by: Junyeong Jeong rhdxmr@gmail.com

@rsdy
Copy link
Collaborator

rsdy commented Jul 19, 2021

I think it would be better off using "*" here so we don't need to bump it all the time.

@rhdxmr
Copy link
Collaborator Author

rhdxmr commented Jul 19, 2021

I think it would be better off using "*" here so we don't need to bump it all the time.

That's a better suggestion. I will change it. Thanks

Since cargo v1.54, invalid syntax for version requirements is rejected
cf)
https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-154-2021-07-29
rust-lang/cargo#9508

Signed-off-by: Junyeong Jeong <rhdxmr@gmail.com>
@rhdxmr rhdxmr force-pushed the fix-example-dep-ver branch from 6d89df8 to d936367 Compare July 19, 2021 13:46
@rsdy rsdy merged commit 41b1c82 into main Jul 19, 2021
@rsdy rsdy deleted the fix-example-dep-ver branch July 19, 2021 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants