Skip to content

Commit

Permalink
correct internal /serde feature to /serde-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpHP committed May 14, 2019
1 parent 3df3bd5 commit 9421474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates.d/rsp2-structure.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ default = []
# Once namespaced-features are stabilized, these features will be renamed after the deps.
# see https://github.com/rust-lang/cargo/issues/1286 (problem and proposal)
# https://github.com/rust-lang/cargo/issues/5565 (tracking issue, of sorts)
serde-support = ["serde", "rsp2-array-types/serde"]
serde-support = ["serde", "rsp2-array-types/serde-support"]
2 changes: 1 addition & 1 deletion src/structure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ beta = ["rsp2-array-types/beta", "rsp2-array-utils/beta", "rsp2-assert-close/bet
# Once namespaced-features are stabilized, these features will be renamed after the deps.
# see https://github.com/rust-lang/cargo/issues/1286 (problem and proposal)
# https://github.com/rust-lang/cargo/issues/5565 (tracking issue, of sorts)
serde-support = ["serde", "rsp2-array-types/serde"]
serde-support = ["serde", "rsp2-array-types/serde-support"]

0 comments on commit 9421474

Please sign in to comment.