From 8dbda255abf8de87484f3c9eadc9aa5748559fd6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 29 Mar 2025 20:53:14 +0000 Subject: [PATCH] update icarus-models (#3) Reviewed-on: https://git.kundeng.us/phoenix/songparser/pulls/3 Co-authored-by: phoenix Co-committed-by: phoenix --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..96ef6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index 0ee9e73..bc588ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] -icarus-models = { git = "ssh://git@gitlab.com/kdeng00/icarus-models.git", tag = "v0.1.0" } +icarus-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }