Skip to content

Commit c2cd0dc

Browse files
committed
Update underlying lib version in tests
1 parent bf29719 commit c2cd0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ mod tests {
100100
#[test]
101101

102102
fn display_version() {
103-
assert!(version().contains("1.5."));
103+
assert!(version().contains("2.0."));
104104
}
105105
}

0 commit comments

Comments
 (0)