diff --git a/Cargo.toml b/Cargo.toml index 142c902..b3fe54b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cskk" # Have to also change the deb package destination filename below -version = "0.12.0" +version = "1.0.0" authors = ["Naoaki Iwakiri "] license = "GPL-3.0-or-later" edition = "2018" @@ -73,7 +73,7 @@ preserve-symlinks = true # x86_64 specific, depends on cargo-c too. # Includes development things like static link lib and header files too. assets = [["assets/**/*", "usr/local/share/libcskk", "644"], - ["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.0.12.0", "755"], + ["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.1.0.0", "755"], ["deb_assets/libcskk.*", "usr/local/lib/cskk", "777"], ["target/x86_64-unknown-linux-gnu/release/libcskk.a", "usr/local/lib/cskk/", "644"], ["target/x86_64-unknown-linux-gnu/release/cskk.pc", "usr/local/lib/pkgconfig/", "644"],