diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-09-10 21:55:32 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-11-26 22:07:28 +0100 |
commit | 8110b4ebb29174ecd4b22510da0285abf604b8a7 (patch) | |
tree | 7ff723411ee02a62de40e9e7e059809f45b3c1fa /nix-rust/Cargo.toml | |
parent | 343ebcc048c69e103db3f87a9339388bd5dd93cb (diff) |
Rust cleanup
Diffstat (limited to 'nix-rust/Cargo.toml')
-rw-r--r-- | nix-rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-rust/Cargo.toml b/nix-rust/Cargo.toml index 2d2bf6752..8b56dc89c 100644 --- a/nix-rust/Cargo.toml +++ b/nix-rust/Cargo.toml @@ -2,6 +2,7 @@ name = "nix-rust" version = "0.1.0" authors = ["Eelco Dolstra <edolstra@gmail.com>"] +edition = "2018" [lib] name = "nixrust" |