Skip to content

Commit

Permalink
[tech] Release v0.1.1 et v0.1.2 of 'transit_model_procmacro' and 'tra…
Browse files Browse the repository at this point in the history
…nsit_model_relations'
  • Loading branch information
woshilapin committed Apr 21, 2020
1 parent 2ddb195 commit 65f33e3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion relations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "transit_model_relations"
description = " Modeling the relations between objects"
version = "0.1.1"
version = "0.1.2"
authors = ["Kisio Digital <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-only"
repository = "https://github.com/CanalTP/transit_model"
keywords = ["relations", "collection"]
readme = "README.md"

[dependencies]
derivative = "1.0.3"
Expand Down
10 changes: 10 additions & 0 deletions relations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**⚠ This crate is not maintained anymore ⚠**

`transit_model_relations`
=====

The functionality inside `transit_model_relations` has been moved into another
crate [`relational_types`]. `v0.1.2` is the last version of
`transit_model_relations`.

[`relational_types`]: https://crates.io/crates/relational_types
3 changes: 2 additions & 1 deletion transit_model_procmacro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "transit_model_procmacro"
version = "0.1.0"
version = "0.1.1"
authors = ["Guillaume Pinot <[email protected]>"]
license = "AGPL-3.0-only"
description = "A private procmacro crate for the transit_model crate"
edition = "2018"
autotests = false
readme = "README.md"

[lib]
proc-macro = true
Expand Down
10 changes: 10 additions & 0 deletions transit_model_procmacro/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**⚠ This crate is not maintained anymore ⚠**

`transit_model_procmacro`
=====

The functionality inside `transit_model_procmacro` has been moved into another
crate [`relational_types`]. `v0.1.1` is the last version of
`transit_model_procmacro`.

[`relational_types`]: https://crates.io/crates/relational_types

0 comments on commit 65f33e3

Please sign in to comment.