From 149bfdbb00de08446b90ffbd80e273a157478570 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 23 Jan 2016 12:35:39 -0500 Subject: [PATCH] repair damage done by public script --- doc/calculator/Cargo.toml | 4 ++-- doc/tutorial.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/calculator/Cargo.toml b/doc/calculator/Cargo.toml index 658e7ad..9dc9d8d 100644 --- a/doc/calculator/Cargo.toml +++ b/doc/calculator/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Niko Matsakis "] build = "build.rs" # <-- We added this and everything after! [build-dependencies] -version = "0.9.0" +lalrpop = "0.9.0" [dependencies] -version = "0.9.0" +lalrpop-util = "0.9.0" diff --git a/doc/tutorial.md b/doc/tutorial.md index 0ba0eab..328e800 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -152,10 +152,10 @@ authors = ["Niko Matsakis "] build = "build.rs" # <-- We added this and everything after! [build-dependencies] -version = "0.9.0" +lalrpop = "0.9.0" [dependencies] -version = "0.9.0" +lalrpop-util = "0.9.0" ``` Adding a `build` directive to the `[package]` section tells Cargo to