Skip to content

Commit

Permalink
Upgrade to derive_more 1.0.0
Browse files Browse the repository at this point in the history
Summary: Update to the latest version. See https://fb.workplace.com/groups/rust.language/posts/26766695309619064 for details.

Reviewed By: zertosh, VladimirMakaev, dtolnay

Differential Revision: D61759200

fbshipit-source-id: 2b899a2ed88a2252ff5776d93c771ebaf6876759
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Aug 25, 2024
1 parent 852e08e commit ec8e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverie-syscalls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-2-Clause"

[dependencies]
bitflags = { version = "2.4", features = ["serde"] }
derive_more = "0.99.17"
derive_more = { version = "1.0.0", features = ["full"] }
libc = "0.2.139"
nix = "0.25"
paste = "1.0.14"
Expand Down

0 comments on commit ec8e359

Please sign in to comment.