Skip to content

Commit c6c2941

Browse files
committed
1. Add lib plugin for coml
2. Up version
1 parent 97d95a0 commit c6c2941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clucstr"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Денис Котляров <#Ulin Project 18, denis2005991@gmail.com>"]
55
repository = "https://github.com/clucompany/cluCStr.git"
66
license = "Apache-2.0"
@@ -14,6 +14,6 @@ categories = ["development-tools::ffi"]
1414
[lib]
1515
name = "clucstr"
1616
crate-type = ["dylib", "rlib"]
17-
17+
plugin = true
1818

1919
[dependencies]

0 commit comments

Comments
 (0)