vercel-community / rust

🦀 Rust runtime for ▲ Vercel Serverless Functions
https://rust-runtime.vercel.app
MIT License
816 stars 50 forks source link

Fix `bundled_api` glob #145

Closed Benjamin-Davies closed 4 months ago

Benjamin-Davies commented 4 months ago

Fixes #144

Removes the portion of the glob responsible for #144 and replaces it with an equality check. I used a PathBuf comparison so that it might be portable to e.g. Windows, but I have only tested the behavior on Linux.