From b88f62482a8e32cd5ebc80d6688a07cd7944a36b Mon Sep 17 00:00:00 2001
From: notnotmelon <zacharypicco@gmail.com>
Date: Tue, 13 Aug 2024 15:47:44 -0500
Subject: [PATCH] fix: rename-crate-dependancy-to-match-new-name

---
 Cargo.lock | 6 +++---
 Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 88a4ed6..40b5ef8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -447,7 +447,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
 [[package]]
 name = "rivets"
 version = "0.1.0"
-source = "git+https://github.com/factorio-rivets/rivets-crate#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
+source = "git+https://github.com/factorio-rivets/rivets-rs#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
 dependencies = [
  "rivets-macros",
  "rivets-shared",
@@ -468,7 +468,7 @@ dependencies = [
 [[package]]
 name = "rivets-macros"
 version = "0.1.0"
-source = "git+https://github.com/factorio-rivets/rivets-crate#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
+source = "git+https://github.com/factorio-rivets/rivets-rs#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
 dependencies = [
  "anyhow",
  "darling",
@@ -482,7 +482,7 @@ dependencies = [
 [[package]]
 name = "rivets-shared"
 version = "0.1.0"
-source = "git+https://github.com/factorio-rivets/rivets-crate#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
+source = "git+https://github.com/factorio-rivets/rivets-rs#f3d225e3490cec57af89ce5b898eeddf08a37aa1"
 dependencies = [
  "anyhow",
  "cpp_demangle",
diff --git a/Cargo.toml b/Cargo.toml
index 44a23fa..aa45f42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-rivets = { git = "https://github.com/factorio-rivets/rivets-crate" }
+rivets = { git = "https://github.com/factorio-rivets/rivets-rs" }
 lazy-regex = "3.2.0"
 pdb = "0.8.0"
 anyhow = "1.0.86"