Julia complains that I haven't added standard libraries to my package manifest

Unfortunately just changing the version number didn’t work. Here’s what I had to.

  1. rm Foo
  2. add /URL/to/github/repo/Foo.git
  3. dev Foo

After that my warnings went away. I guess I may have to do this any time I add a new standard library.

1 Like