Skip to content

Commit

Permalink
@nocommit send consts to -types crate
Browse files Browse the repository at this point in the history
Summary: move thrift generated `consts.rs` files into -types crates

Reviewed By: zertosh

Differential Revision:
D48158513

Privacy Context Container: L1124100

fbshipit-source-id: bcf9a1193a855d90f4f2d899a2a3e3208b9e2c85
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed Aug 15, 2023
1 parent 2e2034b commit f6a8d89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion fb303/thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const-cstr = "0.3.0"
fb303_core__types = { package = "fb303_core_types", version = "0.0.0", path = "types" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.18"
thiserror = "1.0.43"
tracing = "0.1.35"
Expand Down
1 change: 1 addition & 0 deletions fb303/thrift/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ anyhow = "1.0.71"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.18"
serde = { version = "1.0.176", features = ["derive", "rc"] }
serde_derive = "1.0.176"
Expand Down

0 comments on commit f6a8d89

Please sign in to comment.