Skip to content

Commit 2de933f

Browse files
committed
Update Cargo
1 parent c69146e commit 2de933f

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ name = "seaography"
66
version = "2.0.0-rc.1"
77
edition = "2021"
88
rust-version = "1.70"
9-
authors = ["Panagiotis Karatakis <[email protected]>"]
10-
description = "🧭 A GraphQL framework and code generator for SeaORM"
9+
authors = [
10+
"Panagiotis Karatakis <[email protected]>",
11+
"Chris Tsang <[email protected]>",
12+
]
13+
description = "🧭 A dynamic GraphQL framework for SeaORM"
1114
license = "MIT OR Apache-2.0"
1215
homepage = "https://www.sea-ql.org/Seaography"
1316
documentation = "https://docs.rs/seaography"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://raw.githubusercontent.com/SeaQL/seaography/main/docs/Seaography.png" width="280" alt="Seaography logo"/>
44

55
<p>
6-
<strong>🧭 A GraphQL framework and code generator for SeaORM</strong>
6+
<strong>🧭 A dynamic GraphQL framework for SeaORM</strong>
77
</p>
88

99
[![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography)

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.0.0-rc.1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Panagiotis Karatakis <[email protected]>"]
7-
description = "🧭 A GraphQL framework and code generator for SeaORM"
7+
description = "🧭 A dynamic GraphQL framework for SeaORM"
88
license = "MIT OR Apache-2.0"
99
homepage = "https://www.sea-ql.org/Seaography"
1010
documentation = "https://docs.rs/seaography"

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.0.0-rc.1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Panagiotis Karatakis <[email protected]>"]
7-
description = "🧭 A GraphQL framework and code generator for SeaORM"
7+
description = "🧭 A dynamic GraphQL framework for SeaORM"
88
license = "MIT OR Apache-2.0"
99
homepage = "https://www.sea-ql.org/Seaography"
1010
documentation = "https://docs.rs/seaography"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! <img src="https://raw.githubusercontent.com/SeaQL/seaography/main/docs/Seaography.png" width="280" alt="Seaography logo"/>
44
//!
55
//! <p>
6-
//! <strong>🧭 A GraphQL framework and code generator for SeaORM</strong>
6+
//! <strong>🧭 A dynamic GraphQL framework for SeaORM</strong>
77
//! </p>
88
//!
99
//! [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography)

0 commit comments

Comments
 (0)