aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/platform/version_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/platform/version_test.rs')
-rw-r--r--crates/shirabe/tests/platform/version_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/platform/version_test.rs b/crates/shirabe/tests/platform/version_test.rs
index 3fe0259..009b0a7 100644
--- a/crates/shirabe/tests/platform/version_test.rs
+++ b/crates/shirabe/tests/platform/version_test.rs
@@ -1,7 +1,7 @@
//! ref: composer/tests/Composer/Test/Platform/VersionTest.php
use shirabe::platform::version::Version;
-use shirabe_semver::version_parser::VersionParser;
+use shirabe_semver::VersionParser;
fn provide_openssl_versions() -> Vec<(&'static str, &'static str, bool, Option<&'static str>)> {
vec![