chore: bump deps
This commit is contained in:
parent
d1c3643574
commit
f802a1c8ab
6 changed files with 94 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
use bberry::{
|
||||
use nanoneo::{
|
||||
core::element::{Element, Render},
|
||||
text, read_param,
|
||||
};
|
||||
|
@ -240,7 +240,7 @@ pub(crate) async fn replace_in_html(
|
|||
input.to_string()
|
||||
} else {
|
||||
let start = SystemTime::now();
|
||||
let parsed = bberry::parse(input);
|
||||
let parsed = nanoneo::parse(input);
|
||||
println!("parsed lisp in {}μs", start.elapsed().unwrap().as_micros());
|
||||
|
||||
if let Some(plugins) = plugins {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue