-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace old crates with stubs that give compile-time errors, notifying maintainers about the rename.
- Loading branch information
1 parent
1e4f496
commit 65f552b
Showing
123 changed files
with
51 additions
and
25,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
[package] | ||
name = "edgedb-derive" | ||
license = "MIT/Apache-2.0" | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
authors = ["MagicStack Inc. <[email protected]>"] | ||
edition = "2018" | ||
description = """ | ||
Derive macros for EdgeDB database client. | ||
This crate has been renamed to gel-derive. | ||
""" | ||
readme = "README.md" | ||
rust-version.workspace = true | ||
|
||
[dependencies] | ||
syn = {version="2.0", features=["full"]} | ||
proc-macro2 = "1.0.19" | ||
quote = "1.0" | ||
trybuild = "1.0.19" | ||
|
||
[dev-dependencies] | ||
bytes = "1.0.1" | ||
edgedb-protocol = {path="../edgedb-protocol"} | ||
serde = {version="1.0", features=["derive"]} | ||
serde_json = "1.0" | ||
|
||
[lib] | ||
proc-macro = true | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,4 @@ | ||
EdgeDB Rust Binding: Derive Crate | ||
================================= | ||
|
||
This crate contains derive macros for the EdgeDB client. | ||
|
||
* [Documentation](https://docs.rs/edgedb-derive) | ||
* [Tokio Client](https://docs.rs/edgedb-tokio) | ||
|
||
|
||
License | ||
======= | ||
|
||
Licensed under either of | ||
|
||
* Apache License, Version 2.0, | ||
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) | ||
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT) | ||
|
||
at your option. | ||
> This crate has been renamed to [gel-derive](https://crates.io/crates/gel-derive) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.