summaryrefslogtreecommitdiff
path: root/cli/cache/common.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cache/common.rs')
-rw-r--r--cli/cache/common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cache/common.rs b/cli/cache/common.rs
index a88ef8c97..0a68e9515 100644
--- a/cli/cache/common.rs
+++ b/cli/cache/common.rs
@@ -12,7 +12,7 @@ impl FastInsecureHasher {
pub fn new_deno_versioned() -> Self {
let mut hasher = Self::new_without_deno_version();
- hasher.write_str(crate::version::deno());
+ hasher.write_str(crate::version::DENO_VERSION_INFO.deno);
hasher
}