Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 1, 2023
1 parent 7153c21 commit bbb80ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = "test.rs"

[dependencies]
unicode-ident = { path = "../.." }
unicode-id-start = { path = "../.." }

[workspace]
2 changes: 1 addition & 1 deletion tests/crate/test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#![no_std]

pub use unicode_ident::*;
pub use unicode_id_start::*;

0 comments on commit bbb80ec

Please sign in to comment.