sapling/lib/mpatch-sys/Cargo.toml
Jun Wu 616306543b codemod: use explicit versions in Cargo.toml
Summary:
This is done by running `fix-code.py`. Note that those strings are
semvers so they do not pin down the exact version. An API-compatiable upgrade
is still possible.

Reviewed By: ikostia

Differential Revision: D10213073

fbshipit-source-id: 82f90766fb7e02cdeb6615ae3cb7212d928ed48d
2018-11-15 18:54:06 -08:00

7 lines
84 B
TOML

[package]
name = "mpatch-sys"
version = "0.1.0"
[build-dependencies]
cc = "1.0.25"