Ed Page bfb5d1db0e fix(toml): Default package.publish based on presence of package.version
Before the default was hardcoded to `true`.  The problem was that means
that to remove the `package.version` boilerplate, you had to add
`package.publish = false` boilerplate.

To make the errors easier to understand in this situation, I err on the
side of encouraging people to put `publish = true` in their manifests.

By making this change, we also unblock "cargo script" /
`Cargo.toml` unifying the handling of `package.publish`.
2023-10-11 13:17:03 -05:00
..
2023-08-25 01:43:29 +00:00
2023-02-20 12:20:26 -06:00
2023-10-08 14:16:51 -07:00
2023-09-19 15:28:48 -05:00
2023-06-05 11:27:31 +02:00
2023-09-19 15:28:48 -05:00
2023-03-31 14:04:48 -07:00
2023-09-18 16:34:17 +01:00
2023-10-27 09:16:18 +08:00
2023-09-08 10:44:00 -05:00
2023-09-07 17:57:28 +00:00
2023-02-20 12:21:27 -06:00
2023-09-19 15:28:48 -05:00
2022-12-19 10:50:55 -07:00
2023-10-19 18:44:42 +00:00
2023-09-08 15:14:10 -04:00
2023-08-28 09:29:17 +08:00
2023-09-18 16:34:17 +01:00
2023-10-14 23:16:11 +08:00