Steven Fackler
9a87c6e18a
Make time support optional
2014-11-17 19:11:32 -08:00
Steven Fackler
c1e4f6385f
Make uuid default on and rename it
2014-11-17 09:43:10 -08:00
Alex Crichton
c0f1132cab
Depend on rust-lang/time
...
The disributed libtime has since been deprecated.
2014-11-13 09:46:52 -08:00
Steven Fackler
4f80c32967
Add optional UUID support
...
Closes #72
2014-11-06 07:56:00 -08:00
Steven Fackler
eaf61bec7b
Use servo rust-url for test encoding
2014-10-26 12:05:43 -07:00
Alex Crichton
c4e2e527d5
Update to rust master
2014-10-21 08:25:03 -07:00
Alex Crichton
35a0a09cd2
Remove locked revisions from the Cargo.toml
...
Locked revisions inside of a manifest generally indicate that a library is only
compatible with exactly one revision of the dependent library. In general these
locked revisions belong in a Cargo.lock instead of a Cargo.toml.
By including a locked revision, the dependency graph is forked such that
postgres will have its own copy of all of its dependencies, while all other
users of, for example, rust-openssl will get a different copy (the sources are
different).
This package is in general compatible with the current master branch of its
dependencies, and applications will have locked versions of all these
dependencies regardless.
2014-09-03 08:20:39 -07:00
Steven Fackler
bf2497bf48
Bump rust-phf
2014-08-30 10:25:32 +01:00
Steven Fackler
fccbbdc1d0
Bump rust-openssl
2014-08-29 23:23:23 +01:00
Steven Fackler
699a3f1acc
Bump dependencies
2014-08-18 22:03:10 -07:00
Steven Fackler
30a3210be0
Revert "Strip prefixes from types"
...
This reverts commit ccdb02f661
.
I'm not sure this is the right way to go just yet
2014-08-18 22:02:16 -07:00
Steven Fackler
ccdb02f661
Strip prefixes from types
...
They can be prefixed with the crate name
2014-08-18 21:52:56 -07:00
Steven Fackler
3b8ac2cdd7
cargo update
2014-08-16 14:26:04 -07:00
Steven Fackler
e33f2f0fcc
Remove some extra whitespace in Cargo.toml
2014-08-13 22:01:53 -07:00
Steven Fackler
a94ced8dd0
Re-disable in-crate tests
2014-08-12 20:14:21 -07:00
Steven Fackler
e85d33206b
Change cargo package name
2014-08-10 17:39:06 -07:00
Steven Fackler
ab59eac6fc
Derive things for errors
2014-08-10 13:08:44 -07:00
Steven Fackler
c308ced52d
Bump rust-phf
2014-08-08 23:36:20 -07:00
Steven Fackler
b93408ded8
Un-ignore lib tests so doctests will run
2014-08-08 19:05:19 -07:00
Steven Fackler
a6f8465614
Bump rust-phf
2014-08-05 23:57:25 -07:00
Steven Fackler
d374641ecb
Remove some indirection from files
2014-08-02 19:10:45 -07:00
Steven Fackler
477e06eb72
Bump rust-phf
2014-08-01 23:14:32 -07:00
Steven Fackler
61958fac3f
Bump rust-phf
2014-07-23 18:30:50 -07:00
Steven Fackler
37420603a0
Bump PHF version
2014-07-18 09:14:10 -07:00
Steven Fackler
82517b172a
Yay Index!
2014-07-17 19:18:37 -07:00
Steven Fackler
2d60edb813
Don't build a test crate for libpostgres
2014-07-12 20:49:34 -07:00
Steven Fackler
e0257e3da1
Add test target to Cargo config
2014-07-12 13:28:23 -07:00
Steven Fackler
10286ea274
Bump dependencies
2014-07-11 14:22:15 -07:00
Alex Crichton
3adddb334d
Bump openssl dep for an x86 fix
2014-07-11 13:59:06 -07:00
Steven Fackler
b637ce640e
Bump rust-phf version
2014-07-09 20:50:01 -07:00
Steven Fackler
a5298ddaa4
Bump dependency versions
2014-07-07 09:23:22 -07:00
Steven Fackler
37a5fddae7
Bump rust-phf
2014-07-05 10:12:22 -07:00
Steven Fackler
15a776dd56
Bump rust-phf version
2014-07-02 20:28:54 -07:00
Steven Fackler
9876185f6d
Add explicit dependency on rust-phf
2014-07-01 19:57:26 -07:00
Steven Fackler
42123f7765
Extract tests to a separate crate
...
This ensures that we're only testing public API and speeds up the
development process.
2014-06-30 21:30:39 -07:00
Steven Fackler
93d5eaf399
Update for upstream changes
2014-06-30 19:58:11 -07:00
Steven Fackler
a54fdaf834
Switch docs back to rust-ci (again)
2014-06-29 14:11:38 -07:00
Steven Fackler
a9ec2a21e6
Update for * -> *const changes
2014-06-29 13:42:43 -07:00
Steven Fackler
a1761bb8d2
That's not the right rev!
2014-06-25 23:18:58 -07:00
Steven Fackler
c54d23f6ee
Fix typo in Cargo.toml
2014-06-25 23:18:25 -07:00
Steven Fackler
80a7af6fa6
Update rust-openssl ref
2014-06-25 23:04:25 -07:00
Steven Fackler
74eebe55e6
Drop version to 0.0.0
2014-06-25 22:13:01 -07:00
Petar Radosevic
d23d72e803
Fix dependencies
2014-06-25 22:12:36 +02:00
Petar Radosevic
7e1561335f
Add Cargo.toml
2014-06-25 21:21:01 +02:00