-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Bump chrono to v0.4.23 #29709
Bump chrono to v0.4.23 #29709
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ homepage = "https://solana.com/" | |
| documentation = "https://docs.rs/solana-tokens" | ||
|
|
||
| [dependencies] | ||
| chrono = { version = "0.4", features = ["serde"] } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this Intentionally, I avoided to bump version in other Conversely, it looks like users are starting to use that said, i think this particular
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think maybe I can bump the others in another PR. (I would like to make packages use the same version of deps when they are under the same workspace so I force all of them align to 0.4.22 in my workspace inheritance PR) |
||
| chrono = { version = "0.4.23", features = ["serde"] } | ||
| clap = "2.33.0" | ||
| console = "0.15.0" | ||
| csv = "1.1.6" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, this is another deprecation other than the move from internal panic in chrono: chronotope/chrono#851
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note that
DateConfigisn't used at all as our ci shows this api change affects no other code in our monorepo.