sapling/lib/mpatch/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

8 lines
116 B
TOML

[package]
name = "mpatch"
version = "0.1.0"
[dependencies]
libc = "0.2.43"
mpatch-sys = { path = "../mpatch-sys" }