Skip to content

Commit b1d9967

Browse files
committed
Bump serialized version
1 parent c44fd13 commit b1d9967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ extension ModuleDependencyGraph {
666666
/// - Minor number 2: Use `.swift` files instead of `.swiftdeps` in ``DependencySource``
667667
/// - Minor number 3: Use interned strings, including for fingerprints and use empty dependency source file for no DependencySource
668668
/// - Minor number 4: Absorb the data in the ``BuildRecord`` into the module dependency graph.
669-
@_spi(Testing) public static let serializedGraphVersion = Version(1, 4, 0)
669+
/// - Minor number 5: SHA256 hashes for files in externalDepNode and inputInfo blobs.
670+
@_spi(Testing) public static let serializedGraphVersion = Version(1, 5, 0)
670671

671672
/// The IDs of the records used by the module dependency graph.
672673
fileprivate enum RecordID: UInt64 {

0 commit comments

Comments
 (0)