You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/API.jl
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1677,7 +1677,6 @@ function upgrade_manifest(ctx::Context = Context())
1677
1677
pkgerror("Format of manifest file at `$(ctx.env.manifest_file)` version is unrecogized: manifest_format == $(before_format)")
1678
1678
end
1679
1679
ctx.env.manifest.manifest_format =v"2.0"
1680
-
ctx.env.manifest.julia_version =VERSION
1681
1680
Types.write_manifest(ctx.env)
1682
1681
printpkgstyle(ctx.io, :Updated, "Format of manifest file at `$(ctx.env.manifest_file)` updated from v$(before_format.major).$(before_format.minor) to v2.0")
0 commit comments