We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c2941 commit 233f242Copy full SHA for 233f242
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clucstr"
3
-version = "0.1.2"
+version = "0.1.3"
4
authors = ["Денис Котляров <#Ulin Project 18, denis2005991@gmail.com>"]
5
repository = "https://github.com/clucompany/cluCStr.git"
6
license = "Apache-2.0"
src/lib.rs
@@ -143,6 +143,7 @@ test tests::cstr_macros ... bench: 90 ns/iter (+/- 14)
143
test tests::cstr_plugin ... bench: 0 ns/iter (+/- 0)
144
*/
145
#![feature(plugin_registrar, rustc_private)]
146
+#![feature(i128_type)]
147
148
extern crate syntax;
149
extern crate rustc;
0 commit comments