upgrade serde and time by DvirDukhan · Pull Request #1210 · RedisJSON/RedisJSON
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 337
Open
DvirDukhan wants to merge 23 commits intomasterfrom
DvirDukhan wants to merge 23 commits intomasterfrom
Conversation
Copy link
DvirDukhan
commented
May 30, 2024
DvirDukhan
commented
This PR upgrades serde to 1.0.184 and time to 0.3.36.
This PR solves build issues on with rustc nightly.
This PR also solves some build issues on macos
DvirDukhan added 13 commits
May 30, 2024 16:25iddm reviewed Jul 2, 2024
| serde = { version = "=1.0.184", features = ["derive"] } | ||
| serde_derive = "=1.0.184" | ||
|
|
||
| serde = { version = "=1.0.203", features = ["derive"] } |
Copy link
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can unfreeze serde if we port the cargo-deny support from the other projects. See: https://github.com/RedisGears/RedisGears/blob/master/deny.toml
DvirDukhan added 10 commits
July 2, 2024 14:17
DvirDukhan
force-pushed
the
dvirdu_upgrade_serde_and_time
branch
from
e4d940a to
f6aa801
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment