mirror of
https://github.com/facebook/sapling.git
synced 2025-01-08 14:46:47 +03:00
Transition fbcode Rust crates to 2018 edition
Summary: Marking all Cargo.tomls in fbcode as 2018 edition. Reviewed By: jsgf Differential Revision: D15951175 fbshipit-source-id: edf18449c214ee1ff285d6a2cb61839aaf58a8cd
This commit is contained in:
parent
f0862cbe16
commit
041770b090
@ -3,6 +3,7 @@ name = "async-compression"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.8"
|
||||
|
@ -3,6 +3,7 @@ name = "asyncmemo"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.5"
|
||||
|
@ -3,6 +3,7 @@ name = "blobrepo"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.0.0"
|
||||
|
@ -3,6 +3,7 @@ name = "blobstore"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.17"
|
||||
|
@ -3,6 +3,7 @@ name = "bonsai_utils"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.17"
|
||||
|
@ -3,6 +3,7 @@ name = "bookmarks"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -3,6 +3,7 @@ name = "bundle2_resolver"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "bytes-ext"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11"
|
||||
|
@ -3,3 +3,4 @@ name = "changesets"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
@ -3,3 +3,4 @@ name = "filenodes"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
@ -3,6 +3,7 @@ name = "hgcli"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.5"
|
||||
|
@ -3,6 +3,7 @@ name = "hgproto"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.5"
|
||||
|
@ -3,6 +3,7 @@ name = "hooks"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -3,6 +3,7 @@ name = "mercurial"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11.0"
|
||||
|
@ -3,6 +3,7 @@ name = "mercurial_bundles"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -3,6 +3,7 @@ name = "mercurial_types"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -3,6 +3,7 @@ name = "metaconfig"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11.0"
|
||||
|
@ -3,6 +3,7 @@ name = "mononoke_types"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ascii = "0.8.6"
|
||||
|
@ -3,6 +3,7 @@ name = "revset"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11.0"
|
||||
|
@ -3,6 +3,7 @@ name = "server"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.27.1"
|
||||
|
@ -3,6 +3,7 @@ name = "sshrelay"
|
||||
version = "0.0.1"
|
||||
authors = ["Facebook"]
|
||||
license = "GPLv2+"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.5"
|
||||
|
Loading…
Reference in New Issue
Block a user