Skip to content

Commit ff942c5

Browse files
committed
update ada to v3.2.1
1 parent 915f8c0 commit ff942c5

File tree

10 files changed

+10493
-5564
lines changed

10 files changed

+10493
-5564
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [
66
"LongYinan <[email protected]>",
77
"Boshen <[email protected]>"
88
]
9-
version = "3.1.0"
10-
edition = "2021"
9+
version = "3.2.1"
10+
edition = "2024"
1111
description = "Fast WHATWG Compliant URL parser"
1212
documentation = "https://docs.rs/ada-url"
1313
readme = "README.md"

bench/parse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use criterion::{black_box, criterion_group, criterion_main, Criterion, Throughput};
1+
use criterion::{Criterion, Throughput, black_box, criterion_group, criterion_main};
22

33
const URLS: &[&str] = &[
44
"https://www.google.com/webhp?hl=en&amp;ictx=2&amp;sa=X&amp;ved=0ahUKEwil_oSxzJj8AhVtEFkFHTHnCGQQPQgI",

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fn main() {
116116
.file("./deps/ada.cpp")
117117
.include("./deps")
118118
.cpp(true)
119-
.std("c++17");
119+
.std("c++20");
120120

121121
let compile_target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH");
122122
let compile_target_os = env::var("CARGO_CFG_TARGET_OS").expect("CARGO_CFG_TARGET_OS");

deps/ada.cpp

+4,448-2,686
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)