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

chore: unfixtate parity versions #2490

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

Itay-Tsabary-Starkware
Copy link
Contributor

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware commented Dec 5, 2024

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.45%. Comparing base (e3165c4) to head (5086fcf).
Report is 761 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2490       +/-   ##
===========================================
+ Coverage   40.10%   77.45%   +37.34%     
===========================================
  Files          26      386      +360     
  Lines        1895    41429    +39534     
  Branches     1895    41429    +39534     
===========================================
+ Hits          760    32088    +31328     
- Misses       1100     7059     +5959     
- Partials       35     2282     +2247     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@giladchase giladchase 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 files reviewed, 1 unresolved discussion (waiting on @Itay-Tsabary-Starkware)


Cargo.toml line 181 at r1 (raw file):

papyrus_test_utils = { path = "crates/papyrus_test_utils", version = "0.0.0" }
parity-scale-codec = "=3.6"
parity-scale-codec-derive = "=3.6"

Will this work? the = is what the udeps forced us to use, there was something at 3.6.10 that made udeps flip

Suggestion:

parity-scale-codec = "3.6"
parity-scale-codec-derive = "3.6"

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware force-pushed the spr/main/aa65d32b branch 2 times, most recently from 1c0a681 to 58ddb83 Compare December 8, 2024 14:11
Copy link
Contributor Author

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware 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 2 files reviewed, all discussions resolved (waiting on @giladchase)


Cargo.toml line 181 at r1 (raw file):

Previously, giladchase wrote…

Will this work? the = is what the udeps forced us to use, there was something at 3.6.10 that made udeps flip

Seems so.

Copy link
Contributor

@giladchase giladchase 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, 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Itay-Tsabary-Starkware)

@Itay-Tsabary-Starkware Itay-Tsabary-Starkware merged commit 3893430 into main Dec 9, 2024
23 checks passed
@Itay-Tsabary-Starkware Itay-Tsabary-Starkware deleted the spr/main/aa65d32b branch December 9, 2024 12:06
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2024
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.

3 participants