feat(dbg): lift the latest version
https://doc.rust-lang.org/stable/src/std/macros.rs.html#352-374
Allows for you to be able to do dbg!(a, b, c)
, and also prints column information. Helpful when debugging.
Signed-off-by: Anhad Singh andypython@protonmail.com