mirror of
https://github.com/facebook/sapling.git
synced 2025-01-01 09:37:56 +03:00
1d329cae5d
Summary: Update all rust crates that compile on Rust 2018 to use the 2018 edition. The `commitcloudsubscriber` crate only compiles with Rust 2015, so make that explicit in `Cargo.toml`. Reviewed By: farnz Differential Revision: D15601648 fbshipit-source-id: 7380e6e695fc3049913af91fcbde105dfe1be4bc
15 lines
304 B
TOML
15 lines
304 B
TOML
[package]
|
|
name = "bookmarkstore"
|
|
version = "0.1.0"
|
|
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
atomicwrites = "0.2.2"
|
|
failure = "0.1.5"
|
|
types = { path = "../types" }
|
|
indexedlog = { path = "../indexedlog" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.0.4"
|