Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SAME VERSION] sync toml files with cargo.lock updates #370

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

romoh
Copy link
Contributor

@romoh romoh commented Sep 2, 2021

What this PR does / why we need it:
When auto update dependencies workload is run, dependencies are updated in Cargo.Lock. While those updates are constrained by what is defined in Cargo.toml, it is convenient to synchronize the changes and reflect that in toml files so that versions used are more clear.
closes #369

Special notes for your reviewer:
Tested on fork.

If applicable:

  • this PR has an associated PR with documentation in akri-docs
  • this PR contains unit tests
  • added code adheres to standard Rust formatting (cargo fmt)
  • code builds properly (cargo build)
  • code is free of common mistakes (cargo clippy)
  • all Akri tests succeed (cargo test)
  • inline documentation builds (cargo doc)
  • version has been updated appropriately (./version.sh)

@romoh romoh merged commit 95701b1 into project-akri:main Sep 2, 2021
vincepnguyen pushed a commit that referenced this pull request Nov 23, 2021
[SAME VERSION] sync toml files with cargo.lock updates
Signed-off-by: vincepnguyen <70007233+vincepnguyen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keep cargo.toml files in sync with dependencies updates in cargo.lock
2 participants