From 88e6b3ff0dd3a2ba22d9c057c013cc0b598bc14b Mon Sep 17 00:00:00 2001 From: pedro bufulin Date: Tue, 26 Mar 2024 17:19:36 -0300 Subject: [PATCH] build(cargo.toml): use branch main instead of version for flat-files-decoder --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8feb173..e51bcc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,7 +932,7 @@ dependencies = [ [[package]] name = "decoder" version = "0.1.1" -source = "git+https://github.com/semiotic-ai/flat-files-decoder.git?tag=v0.2.0#7a30d1d52b80a62ef446bf53dc3daf490c228d61" +source = "git+https://github.com/semiotic-ai/flat-files-decoder.git?branch=main#780707ed7dc2d0c1bd4d9f5fbfbb3cdaeb29ae98" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 5279efb..37d4a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", version = "0 [dev-dependencies] tempfile = "3.0" -decoder = { git = "https://github.com/semiotic-ai/flat-files-decoder.git", tag = "v0.2.0"} +decoder = { git = "https://github.com/semiotic-ai/flat-files-decoder.git", branch = "main"} [profile.release]