This commit is contained in:
Richard Feldman 2025-12-12 22:20:52 -05:00
parent 22c6138044
commit 8f1a53ffe7
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -225,4 +225,3 @@ pub fn getCompilerVersionDir(allocator: Allocator) ![]u8 {
const version_info = build_options.compiler_version;
return allocator.dupe(u8, version_info);
}

View file

@ -19,6 +19,7 @@ pub const CacheManager = manager.CacheManager;
pub const CacheResult = manager.CacheResult;
pub const CacheConfig = config.CacheConfig;
pub const CacheStats = config.CacheStats;
/// Cache cleanup utilities for managing temporary and persistent cache files.
pub const CacheCleanup = cleanup;
pub const CleanupStats = cleanup.CleanupStats;
pub const PackageEnv = package.PackageEnv;