BurtonQin / lockbud

Statically detect memory, concurrency bugs and possible panic locations for Rust.
BSD 3-Clause "New" or "Revised" License
445 stars 25 forks source link

Update rust-toolchain.toml #59

Closed mokhaled2992 closed 3 months ago

BurtonQin commented 3 months ago

Many thanks for your efforts :)

mokhaled2992 commented 3 months ago

@BurtonQin Sorry this was a WIP :).

The complete changes are here https://github.com/BurtonQin/lockbud/pull/60.

I ran the tests locally and they passed on #60. I would suggest to add some github actions that run the tests.