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

bump serde to more current version #966

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

MarcusSorealheis
Copy link
Collaborator

@MarcusSorealheis MarcusSorealheis commented Jun 4, 2024

Description

Upon rebasing #891, I realized that I accidentally dropped the Serde version. This PR restores it (unless that breaks something).

Checklist

  • Updated documentation if needed
  • Tests added/amended
  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

Copy link
Member

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't actually affect compilation. The Cargo.lock uses 1.203 which is the latest version at the moment.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: 0 of 1 LGTMs obtained, and 2 discussions need to be resolved


-- commits line 2 at r1:
nit: Bump


nativelink-config/Cargo.toml line 9 at r1 (raw file):

byte-unit = "5.1.4"
humantime = "2.1.0"
serde = { version = "1.0.201", features = ["derive"] }

nit: 1.0.203.

Copy link
Member

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 LGTMs obtained, and 2 discussions need to be resolved


-- commits line 2 at r1:

Previously, aaronmondal (Aaron Siddhartha Mondal) wrote…

nit: Bump

nit: remove period

@MarcusSorealheis MarcusSorealheis changed the title bump serde to more current version. bump serde to more current version Jun 4, 2024
Copy link
Collaborator Author

@MarcusSorealheis MarcusSorealheis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. But we should make this challenge.

Reviewable status: 0 of 1 LGTMs obtained, and 1 discussions need to be resolved

Copy link
Member

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r2.
Reviewable status: 1 of 1 LGTMs obtained, and 2 discussions need to be resolved


-- commits line 2 at r2:
nit: Caps and remove period.

Copy link
Member

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! 2 of 1 LGTMs obtained

@aaronmondal aaronmondal merged commit 59df55d into TraceMachina:main Jun 23, 2024
28 checks passed
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.

3 participants