mirror of
https://github.com/ElnuDev/rust-jmdict.git
synced 2025-05-11 17:39:20 -07:00
release v2.0.0
This commit is contained in:
parent
c4f646d556
commit
c67bd06e3f
4 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# v2.0.0 (TBD)
|
||||
# v2.0.0 (2021-07-19)
|
||||
|
||||
JMdict was updated to 2021-09-17. This requires the following changes in enum variants:
|
||||
|
||||
|
|
10
Cargo.toml
10
Cargo.toml
|
@ -7,7 +7,7 @@ members = [
|
|||
|
||||
[package]
|
||||
name = "jmdict"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
authors = [
|
||||
# implementation
|
||||
"Stefan Majewsky <majewsky@gmx.net>",
|
||||
|
@ -29,14 +29,14 @@ exclude = [
|
|||
|
||||
[dependencies]
|
||||
align-data = "^0.1.0"
|
||||
jmdict-enums = { path = "jmdict-enums", version = "1.0.0" }
|
||||
jmdict-enums = { path = "jmdict-enums", version = "2.0.0" }
|
||||
|
||||
[build-dependencies]
|
||||
jmdict-enums = { path = "jmdict-enums", version = "1.0.0" }
|
||||
jmdict-traverse = { path = "jmdict-traverse", version = "1.0.0" }
|
||||
jmdict-enums = { path = "jmdict-enums", version = "2.0.0" }
|
||||
jmdict-traverse = { path = "jmdict-traverse", version = "2.0.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
jmdict-traverse = { path = "jmdict-traverse", version = "1.0.0" }
|
||||
jmdict-traverse = { path = "jmdict-traverse", version = "2.0.0" }
|
||||
|
||||
[features]
|
||||
default = [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jmdict-enums"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
||||
edition = "2018"
|
||||
description = "Autogenerated enums for the jmdict crate. Do not import directly."
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jmdict-traverse"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
||||
edition = "2018"
|
||||
description = "Build system support for the jmdict crate. Do not import directly."
|
||||
|
@ -9,7 +9,7 @@ homepage = "https://github.com/majewsky/rust-jmdict/tree/main/jmdict-traverse"
|
|||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
jmdict-enums = { path = "../jmdict-enums", version = "1.0.0" }
|
||||
jmdict-enums = { path = "../jmdict-enums", version = "2.0.0" }
|
||||
directories = "^3"
|
||||
hex-literal = "^0.3"
|
||||
libflate = "^1"
|
||||
|
|
Loading…
Add table
Reference in a new issue