| Index: dart/pkg/serialization/pubspec.yaml
 | 
| ===================================================================
 | 
| --- dart/pkg/serialization/pubspec.yaml	(revision 29987)
 | 
| +++ dart/pkg/serialization/pubspec.yaml	(working copy)
 | 
| @@ -1,8 +1,11 @@
 | 
|  name: serialization
 | 
| +version: 0.9.0
 | 
|  author: "Dart Team <misc@dartlang.org>"
 | 
|  homepage: http://www.dartlang.org
 | 
|  documentation: http://api.dartlang.org/docs/pkg/serialization
 | 
|  description: >
 | 
|    Provide a serialization facility for Dart objects.
 | 
|  dev_dependencies:
 | 
| -  unittest: any
 | 
| +  unittest: ">=0.9.0 <0.10.0"
 | 
| +environment:
 | 
| +  sdk: ">=0.8.10+6 <2.0.0"
 | 
| 
 |