Skip to content

Commit 72b1570

Browse files
committed
Bump seaography
1 parent 0dd2b22 commit 72b1570

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/loco_seaography/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include_dir = "0.7"
2626
uuid = { version = "1.6.0", features = ["v4"] }
2727
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
2828

29-
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
29+
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
3030
async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
3131
async-graphql-axum = { version = "7.0" }
3232
lazy_static = { version = "1.4" }

examples/react_admin/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include_dir = "0.7"
2626
uuid = { version = "1.6.0", features = ["v4"] }
2727
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
2828

29-
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
29+
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
3030
async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
3131
async-graphql-axum = { version = "7.0" }
3232
lazy_static = { version = "1.4" }

examples/seaography_example/graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
1515
tracing = { version = "0.1.37" }
1616
tracing-subscriber = { version = "0.3.17" }
1717
lazy_static = { version = "1.4.0" }
18-
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
18+
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
1919

2020
[dev-dependencies]
2121
serde_json = { version = "1.0.103" }

0 commit comments

Comments
 (0)