]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/Cargo.lock
New upstream version 1.60.0+dfsg1
[rustc.git] / src / doc / book / listings / ch14-more-about-cargo / no-listing-04-workspace-with-tests / add / Cargo.lock
index 77292f61493c859ceab0120e3772e7ceb2ef7d46..a456055c9d8bdf6e48f76b96382fbf5a54213743 100644 (file)
@@ -1,13 +1,13 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 [[package]]
-name = "add-one"
+name = "add_one"
 version = "0.1.0"
 
 [[package]]
 name = "adder"
 version = "0.1.0"
 dependencies = [
- "add-one 0.1.0",
+ "add_one 0.1.0",
 ]