isqrt is now stable (#800)

This was causing the build to fail

- [x] no changelog update needed
This commit is contained in:
Gwilym Inzani 2024-10-30 10:20:05 +00:00 committed by GitHub
commit 406964c28e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,5 @@
#![no_std]
#![no_main]
#![feature(isqrt)]
extern crate alloc;