Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Compile error with 1.59.0 #193

Closed benibela closed 2 years ago

benibela commented 2 years ago

I tried to install the newest version from crates and got:


    Updating crates.io index
   Compiling intercom-common v0.3.0
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/benito/.cargo/registry/src/github.com-1ecc6299db9ec823/intercom-common-0.3.0/src/lib.rs:1:1
  |
1 | #![feature(non_exhaustive)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
  |
  = help: the feature `non_exhaustive` has been stable since 1.40.0 and no longer requires an attribute to enable
Rantanen commented 2 years ago

Fixed now. Published 0.4.0.