mirror of
https://github.com/ElnuDev/rust-jmdict.git
synced 2025-05-12 09:55:51 -07:00
release v0.99.1
This release serves as an end-to-end test for publishing all contained crates to crates.io and checking that builds work correctly when pulling from there.
This commit is contained in:
parent
45319ccf60
commit
1917177482
3 changed files with 8 additions and 8 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -7,7 +7,7 @@ members = [
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "jmdict"
|
name = "jmdict"
|
||||||
version = "0.1.0"
|
version = "0.99.1"
|
||||||
authors = [
|
authors = [
|
||||||
# implementation
|
# implementation
|
||||||
"Stefan Majewsky <majewsky@gmx.net>",
|
"Stefan Majewsky <majewsky@gmx.net>",
|
||||||
|
@ -29,14 +29,14 @@ exclude = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
align-data = "^0.1.0"
|
align-data = "^0.1.0"
|
||||||
jmdict-enums = { path = "jmdict-enums", version = "0.1.0" }
|
jmdict-enums = { path = "jmdict-enums", version = "0.99.1" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
jmdict-enums = { path = "jmdict-enums", version = "0.1.0" }
|
jmdict-enums = { path = "jmdict-enums", version = "0.99.1" }
|
||||||
jmdict-traverse = { path = "jmdict-traverse", version = "0.1.0" }
|
jmdict-traverse = { path = "jmdict-traverse", version = "0.99.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
jmdict-traverse = { path = "jmdict-traverse", version = "0.1.0" }
|
jmdict-traverse = { path = "jmdict-traverse", version = "0.99.1" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jmdict-enums"
|
name = "jmdict-enums"
|
||||||
version = "0.1.0"
|
version = "0.99.1"
|
||||||
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Autogenerated enums for the jmdict crate. Do not import directly."
|
description = "Autogenerated enums for the jmdict crate. Do not import directly."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jmdict-traverse"
|
name = "jmdict-traverse"
|
||||||
version = "0.1.0"
|
version = "0.99.1"
|
||||||
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Build system support for the jmdict crate. Do not import directly."
|
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"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jmdict-enums = { path = "../jmdict-enums", version = "0.1.0" }
|
jmdict-enums = { path = "../jmdict-enums", version = "0.99.1" }
|
||||||
directories = "^3"
|
directories = "^3"
|
||||||
hex-literal = "^0.3"
|
hex-literal = "^0.3"
|
||||||
libflate = "^1"
|
libflate = "^1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue