Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Manifest 2.0 #365

Closed
vpuri3 opened this issue Sep 19, 2022 · 1 comment · Fixed by #425
Closed

Upgrade to Manifest 2.0 #365

vpuri3 opened this issue Sep 19, 2022 · 1 comment · Fixed by #425
Labels

Comments

@vpuri3
Copy link

vpuri3 commented Sep 19, 2022

Getting this warning:

julia> using PkgTemplates                                                              

julia> t = Template(user="[email protected]")                                       
Template:                                                                              
...

julia> t("GraphSignalProcess")
[ Info: Running prehooks
[ Info: Running hooks
  Activating project at `~/.julia/dev/GraphSignalProcess`
    Updating registry at `~/.julia/registries/General.toml`
┌ Warning: The active manifest file at `/Users/vp/.julia/dev/GraphSignalProcess/Manifes
t.toml` has an old format that is being maintained.
│ To update to the new format, which is supported by Julia versions  1.6.2, run `Pkg.u
pgrade_manifest()` which will upgrade the format without re-resolving.
│ To then record the julia version re-resolve with `Pkg.resolve()` and if there are res
olve conflicts consider `Pkg.update()`.
@rroelz
Copy link

rroelz commented Aug 1, 2023

Had the same Warning Message today using interactive mode. Using Julia 1.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants