Skip to content

Commit 233f242

Browse files
committed
1. iu128
1 parent c6c2941 commit 233f242

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clucstr"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Денис Котляров <#Ulin Project 18, denis2005991@gmail.com>"]
55
repository = "https://github.com/clucompany/cluCStr.git"
66
license = "Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ test tests::cstr_macros ... bench: 90 ns/iter (+/- 14)
143143
test tests::cstr_plugin ... bench: 0 ns/iter (+/- 0)
144144
*/
145145
#![feature(plugin_registrar, rustc_private)]
146+
#![feature(i128_type)]
146147

147148
extern crate syntax;
148149
extern crate rustc;

0 commit comments

Comments
 (0)