From 72b15705918dfc77f1e1b0be2d4d8fec7d342976 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 17 Oct 2024 15:21:20 +0800 Subject: [PATCH] Bump seaography --- examples/loco_seaography/Cargo.toml | 2 +- examples/react_admin/backend/Cargo.toml | 2 +- examples/seaography_example/graphql/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/loco_seaography/Cargo.toml b/examples/loco_seaography/Cargo.toml index d5ef33865..a5ab7e3e8 100644 --- a/examples/loco_seaography/Cargo.toml +++ b/examples/loco_seaography/Cargo.toml @@ -26,7 +26,7 @@ include_dir = "0.7" uuid = { version = "1.6.0", features = ["v4"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] } -seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] } +seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] } async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] } async-graphql-axum = { version = "7.0" } lazy_static = { version = "1.4" } diff --git a/examples/react_admin/backend/Cargo.toml b/examples/react_admin/backend/Cargo.toml index bc4a64acb..175af5e86 100644 --- a/examples/react_admin/backend/Cargo.toml +++ b/examples/react_admin/backend/Cargo.toml @@ -26,7 +26,7 @@ include_dir = "0.7" uuid = { version = "1.6.0", features = ["v4"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] } -seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] } +seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] } async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] } async-graphql-axum = { version = "7.0" } lazy_static = { version = "1.4" } diff --git a/examples/seaography_example/graphql/Cargo.toml b/examples/seaography_example/graphql/Cargo.toml index d9b7acb80..6121ca3ac 100644 --- a/examples/seaography_example/graphql/Cargo.toml +++ b/examples/seaography_example/graphql/Cargo.toml @@ -15,7 +15,7 @@ tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.17" } lazy_static = { version = "1.4.0" } -seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] } +seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] } [dev-dependencies] serde_json = { version = "1.0.103" }