Browse Source

auto commit

tags/v1.2
yitter 4 years ago
parent
commit
eb4edad7c6
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Rust/source/Cargo.lock
  2. +2
    -2
      Rust/source/Cargo.toml

+ 1
- 1
Rust/source/Cargo.lock View File

@@ -269,7 +269,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "yiter-idgenerator"
name = "yitter_idgen"
version = "1.0.0"
dependencies = [
"chrono",


+ 2
- 2
Rust/source/Cargo.toml View File

@@ -1,5 +1,5 @@
[package]
name = "yiter-idgenerator"
name = "yitter_idgen"
version = "1.0.0"
authors = ["yitter <yitter@126.com>"]
edition = "2018"
@@ -27,6 +27,6 @@ libc = "*"
#redis-async = "0.6.1"

[lib]
name = "yitidgen"
name = "yitter_idgen"
path = "./src/lib.rs"
crate-type = ["cdylib"]

Loading…
Cancel
Save